Date: Mon, 13 May 1996 08:40:27 +0200 (IST) From: Eli Zaretskii To: Ralf Suessbrich Cc: djgpp AT delorie DOT com Subject: Re: can't find file :( In-Reply-To: <31966180.481A@nuernberg.netsurf.de> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Mon, 13 May 1996, Ralf Suessbrich wrote: > i have to programm something on low level, interrupts and so one, i'm > just a beginner and on the page > http://www.delorie.com/djgpp/faq/lowlevel/hwint.html i found the advice > to look at the file ldbgXXX.zip (interrupt driven serial communications > code)! > > i'm now a little bit confused, because i'm not able to locate this file If you are working in DJGPP v2 (which you should, because it's much more reliable wrt hardware interrupts), then that code is no longer as applicable as it was in v1.x. If you want to see an example of a hardware interrupt handling, take a look at the keyboard code in v2tk/mkkbd2.zip (on any SimTel mirror that carries DJGPP).