Date: Mon, 29 Sep 1997 13:14:27 +0200 (IST) From: Eli Zaretskii To: Peter Palotas cc: djgpp AT delorie DOT com Subject: Re: BIOS call from interrupt? In-Reply-To: <3.0.16.19970929112843.2e57db56@hem1.passagen.se> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Mon, 29 Sep 1997, Peter Palotas wrote: > Would it be okay to call ex. _bios_keybrd(_KEYBRD_READ), from within an > interrupt handler? I think it is OK. I'm not aware of any interrupt-related problems with the BIOS keyboard interrupt 16h. However, since you are inside the hardware keyboard interrupt handler, it might be easier to just read the scan code.