Date: Tue, 5 Oct 1999 13:12:19 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Martin Stromberg cc: djgpp-workers AT delorie DOT com Subject: Re: __dpmi_set_coprocessor_emulation In-Reply-To: <199910050852.KAA03379@spica.lu.erisoft.se> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp-workers AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Tue, 5 Oct 1999, Martin Stromberg wrote: > it'll probably be a hassel. But if nobody else have OS/2 I can > probably install it. Thanks. The test I had in mind (and which I already ran on DOS with QDPMI and CWSDPMI, and on Windows 3.1) is the test programs from the tests/libc/ansi/math directory of djtst203.zip, after modifying this line from src/libc/emu387/npxsetup.c: if (__dpmi_set_coprocessor_emulation(3)) { to say this instead: if (__dpmi_set_coprocessor_emulation(2)) { Recompile npxsetup.c, put it into libc.a, the set 387=n and run the test programs. > Nice project for Cristmas, and this is for 2.04, > isn't it, so there is no hurry? No hurry whatsoever.