Date: Sun, 11 Jan 1998 14:52:42 +0200 (IST) From: Eli Zaretskii To: Korenschi Eduard cc: djgpp AT delorie DOT com Subject: Re: Hooking interrupts (Timer) In-Reply-To: <199801101739.TAA21479@tag.starnets.ro> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Sat, 10 Jan 1998, Korenschi Eduard wrote: > Could anyone tell me where can I find (or write me an example) of > hooking the timer interrupt (I need a very simple example) with > reprogramming the PIT. One example is in the DJGPP library sources (v2/djlsr201.zip). The handler itself is on src/libc/go32/exceptn.s and its installation is on src/libc/posix/signal/itimer.c.