Date: Thu, 5 Nov 1998 10:00:28 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: satoh AT asd DOT tnes DOT nec DOT co DOT jp cc: djgpp AT delorie DOT com Subject: Re: PCI BIOS call In-Reply-To: <199811050719.QAA01519@asd.tnes.nec.co.jp> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Thu, 5 Nov 1998 satoh AT asd DOT tnes DOT nec DOT co DOT jp wrote: > Why? Does Win98 DOS-BOX differ from Win95 DOS-BOX? I saw even Windows 95 DOS boxes to be different from Windows 95 DOS boxes in a slightly different system configuration ;-). > int86(0x1a, &inregs, &outregs); Try using __dpmi_int instead of int86. It is usually best to stay away of int86 in protected-mode programs, especially on Windows.