Xref: news2.mv.net comp.os.msdos.djgpp:4249 From: Charles Sandmann Newsgroups: comp.os.msdos.djgpp Subject: Re: djgpp & 387 emulator... Date: Sat, 25 May 1996 10:06:52 CDT Organization: Rice University, Houston, Texas Lines: 9 Message-ID: <31a7220c.sandmann@clio.rice.edu> References: <9605241047 DOT AA10525 AT rcl DOT comune DOT livorno DOT it> Reply-To: sandmann AT clio DOT rice DOT edu NNTP-Posting-Host: clio.rice.edu To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp > I need to kwow if is possible to set the program to don't use the internal > math-coprocessor and use insthead the emulator. I tryed the SET 387=NO, but > the program still works even if I don't set any emulator. If you are working with DPMI with V1.x, SET 387=N is ignored, and the emulator can't be loaded anyway. With V2.x this is fixed and you can also link in the emulator if you want to. If you weren't in DPMI, GO32 is still pretty smart about finding an EMU387, so it may have found one anyway. The only way to know is to time a heavy floating section.