Date: Fri, 18 Sep 1998 10:41:24 +0300 (IDT) From: Eli Zaretskii To: Karl-Johan Karlsson cc: djgpp AT delorie DOT com Subject: Re: Need help with interrupts! In-Reply-To: <36013C75.5342@swipnet.se> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Thu, 17 Sep 1998, Karl-Johan Karlsson wrote: > 1. How do I hook my own handler to an interrupt? If you mean how to do this with DJGPP, then I suggest to read sections 18.9-18.11 of the DJGPP FAQ list (v2/faq211b.zip from the same place you get DJGPP). > 2. Can I use all the 256 entries in the handler list? Why would you need to do that? Most of the entries are unused anyway, and there can be only 16 distinct hardware interrupts on a PC. But the techiques don't change, no matter how many interrupts do you hook.