Date: Wed, 4 Jun 1997 13:09:54 +0300 (IDT) From: Eli Zaretskii To: darkstar AT user1 DOT channel1 DOT com cc: djgpp AT delorie DOT com Subject: Re: I need help with interrupt handlers In-Reply-To: <338D24DE.5AB4@user1.channel1.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Wed, 28 May 1997 darkstar AT user1 DOT channel1 DOT com wrote: > I need help! I don't quite understand how to write an > Interrupt handler. I need to know what the "Interrupt" keyword > in Borland's compiler does. Did you read section 18.9 of the DJGPP FAQ list? It explains these issues at some length. The FAQ is available as v2/faq210b.zip from the same place you get DJGPP. > It also would help if I could get a CLEAR > description of exactly how the DPMI server handles interrupts. That's the $64,000-question. Each DPMI server does it differently. IMHO, you don't need to know all the gory details, it will be enough to read the DPMI spec (the FAQ includes a pointer to places on the net where you can get it). If you *do* need the gory details, you will have to look inside the CWSDPMI sources (most of the other servers don't come with free sources).