Date: Sun, 2 Apr 2000 09:45:39 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Jonathan Meunier cc: djgpp AT delorie DOT com Subject: Re: keyboard interrupt In-Reply-To: <38DFC431.8D19F7D6@corel.com> 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 Mar 2000, Jonathan Meunier wrote: > DJGPP doesn't allow reentrant interrupts.. It doesn't? Could you explain why? I'm not aware of any such limitation for hardware interrupt handlers in DJGPP. > My question is, where can I find information on those wrappers? Like, > what they do, and what to put in them? Did you try the library docs? "info libc alpha _go32_dpmi_set_prot" works for me. If you need more info than the library docs offers, I suggest reading section 18.9 of the DJGPP FAQ, and if that's still not enough, download the library sources distribution (djlsr203.zip) and look there.