Date: Sun, 22 Nov 1998 14:23:40 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: deus AT mpsi DOT net cc: djgpp AT delorie DOT com Subject: Re: keyboard handler In-Reply-To: <734mek$ana$1@nnrp1.dejanews.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Fri, 20 Nov 1998 deus AT mpsi DOT net wrote: > I realize my handler is too simple to be robust (suggestions are welcome) but > for now, it serves its purpose. My question is, how do I get and set the > interrupt vector in DJGPP? Am I going to run into any other problems with > this code in DJGPP? I suggest to begin by reading section 18.9 of the DJGPP FAQ list (v2/faq211b.zip from the same place you get DJGPP). It explains a lot of background, and includes a description of the necessary steps to install a hardware interrupt handler. If you have questions after that, please ask specific questions here.