Date: Wed, 10 Jul 1996 08:59:49 +0200 (IST) From: Eli Zaretskii To: Blaine Hodge Cc: djgpp AT delorie DOT com Subject: Re: Hardware Interrup Handlers & DJGPP In-Reply-To: <199607100238.UAA00285@bud.tic.ab.ca> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Tue, 9 Jul 1996, Blaine Hodge wrote: > I'm writing a Sound Blaster DSP library and was wondering, how do I write > hardware interrupts for DJGPP? And is there any special considerations I > must make for the fact that it is running in protected mode? Please begin by downloading the DJGPP FAQ list (v2/faq201b.zip from the same place you get DJGPP) and reading chapter 18 there. Then read section 22.2 of the FAQ which points you to some packages that can be used as examples of hardware interrupt handling with DJGPP.