Date: Thu, 30 Nov 1995 08:49:55 +0200 (IST) From: Eli Zaretskii To: James R Cantrell Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: Assigning interrupt procedures in djgpp. On 28 Nov 1995, James R Cantrell wrote: > I am trying to transfer my serial port class from Borland C++ to > djgpp. My major stumbling block is figuring out how to assign the > interrupts. Can someone help me? I'll send anybody who wants to help > the source code if it's needed... You will be far better off after you read the relevant parts (Chapter 18, in particular) of the DJGPP FAQ list, which is available as faq102.zip from the same place you get DJGPP. It explains the details of hardware interrupt setup under DJGPP and points you to necessary library functions.