Date: Wed, 29 May 2002 09:03:22 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: "Dr. =?ISO-8859-1?Q?Andr=E1s=20S=F3lyom?=" cc: djgpp AT delorie DOT com Subject: Re: [bug] delay() doesn't work under WinXP In-Reply-To: <3CF23499.8000900@eik.bme.hu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Mon, 27 May 2002, Dr. =?ISO-8859-1?Q?Andr=E1s=20S=F3lyom?= wrote: > I added a printf before the _dpmi_int() to print out all of the > registers. All parameters were correct but the interrupt returns > immediately with the flag register set to 0x247 on my machine CF > indicates an error condition. Unfortunately I do not know which bit of > the flags is CF. And AH remained 0x86 which means that there was no > 'wait in progress', in which case AH would be 0x83. Sounds like XP doesn't support in its BIOS emulator the Int 15h function used by `delay'.