Date: Mon, 13 Feb 95 22:46:38 -0500 From: dj AT stealth DOT ctron DOT com (DJ Delorie) To: davis AT amy DOT tch DOT harvard DOT edu () Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: Keyboard int 9 It should be possible to trap hardware interrupts using the functions in ; some of the samples/dpmi sources do similar things. Be aware that there are some issues with handling hardware interrupts without being able to lock down your pages; the system may occasionally hang.