Date: Fri, 4 Oct 1996 10:05:16 +0200 (IST) From: Eli Zaretskii To: John Sinnott Cc: djgpp AT delorie DOT com Subject: Re: Interrupt Programming In-Reply-To: <530pmv$f5o@newshost.nmt.edu> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On 3 Oct 1996, John Sinnott wrote: > I am doing a fair amount of interrupt programming under DJGPP for a > Pentium 133. So far I have been able to successfully program > interrupts for IRQS 3-5, and have tried to extend this for IRQ10, and > can't seem to get it to work. Is there any documentation on interrupt > programming under DJGPP? Or does anybody know off hand what I need to > do to be able to generate interrupts on that line? Sorry to ask the obvious: did you remember to send EOI to both the slave and the master PIC at the end of the interrupt handler?