Date: Thu, 20 Mar 1997 18:12:37 +0300 (IDT) From: Eli Zaretskii To: FFNF cc: djgpp AT delorie DOT com Subject: Re: help me with interrupt handling! IM DYING! In-Reply-To: <19970319220300.RAA16891@ladder01.news.aol.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On 19 Mar 1997, FFNF wrote: > Anyone out there a whiz at coding interrupt handlers. I'm working on SB > and DJGPP has a much different way of handling interrupts than real-mode > c/c++ > can someone give me a good example of a handler and how to install etc. > Maybe just a simple clock tic handler as an example of > _go32_dpmi_set_protected_mode_interrupt_vector(), etc. The DJGPP FAQ list has some pointers to DJGPP interrupt handlers, see section 22.2 and 18.9 in the FAQ (available as v2/faq210b.zip from the same place you get DJGPP).