From: "Oliver Tilch" Newsgroups: comp.os.msdos.djgpp Subject: howto redirect interrupts? Date: Wed, 12 Feb 2003 12:59:44 +0100 Organization: T-Online Lines: 5 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: news.t-online.com 1045050916 05 31176 YsOgErnXSAAj4H 030212 11:55:16 X-Complaints-To: abuse AT t-online DOT com X-Sender: 520087273764-0001 AT t-dialin DOT net X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I intend to install my own interrupt service routines. BorlandC offered routines like getvect() and setvect(), declared in dos.h. But how is it to be done using djgpp?