X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com Recieved: from localhost (localhost [127.0.0.1]) From: John Wright Organization: WAC Subject: DJGPP V1.12 - Setting up the environment for Intel 486-SX Date: Wed, 22 Jun 2011 12:05:07 -0500 User-Agent: KMail/1.13.5 (Linux/2.6.32-32-generic; KDE/4.4.5; i686; ; ) MIME-Version: 1.0 To: djgpp AT delorie DOT com Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201106221205.07887.john@wacontrols.com> Reply-To: john AT wacontrols DOT com Machine: Intel 486-SX50 (no 387 on-board) 16MB Ram DJGPP: V1.12 (d:\djgppv1) Video: Cirrus Logic CL-GD5424 (512k) MS-DOS: 6.22 Mem Mgr: Qemm 9.0 Desktop Env: DV/X 2.1 I have this PS/1 486-SX50 setup with DJGPP V1.12 and 2.03. I'm starting out with 1.12 so I compile X. I have my old Dell Latitude Cpia configured the same way and both are on the network. So far, I think have environment configured correctly on the 486 because I can compile successfully, but I'm not sure about a few things pertaining to go32 and emu387 environment settings. I got run-time errors until I SET the following: SET 387=YES I have go32s environment set correctly with "emu=d:\djgppv1\emu387". So I compiled ~/demos/xeyes to test the environment again. Xeyes compiles and runs on a remote display with the exception that there are no eyes displayed in the window. My go32=ansi right now. ~/dvx/Xeyes.exe that came with the DV/X distribution displays ok. I guess it was compiled with WATCOM, so its makeup is different than the binary which DJGPP is producing from source. Right? Q: Do I need to install ansi.sys or change the display driver to something else like VGA.GRD? I assume that emu387 is working otherwise I would have compile problems. Q: Does anything in the ~/djgpp/emu387 need to be pre-compiled? There are no binaries in the directory right now. It's all source. I think I might have answered my "ansi" driver problem while writing this. Any comments and answers would be appreciated. jw