Date: Sun, 18 May 1997 17:25:09 +0300 (IDT) From: Eli Zaretskii To: Charles Sandmann cc: djgpp AT delorie DOT com Subject: Re: help! FPU emulation worries... (RHIDE?) In-Reply-To: <337b8ef1.sandmann@clio.rice.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Thu, 15 May 1997, Charles Sandmann wrote: > > Or is there any way for me to simulate the software FPU even when > > I have a 486 DX? > > SET 387=n Last time I tried this on a 486DX, I couldn't make it behave as if there were no FPU. I wrote a small program that was linked without an emulator, and expected it to barf when I set 387=n and rename emu387.dxe, but it happily ran to completion...