Date: Thu, 30 Jan 1997 09:37:59 +0200 (IST) From: Eli Zaretskii To: oren cohen cc: djgpp AT delorie DOT com Subject: Re: How to write NEW (ASM - PM) INTERRUPTS in DJGPP? In-Reply-To: <32EE29C2.5556@pixel.co.il> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Tue, 28 Jan 1997, oren cohen wrote: > I would be glad to receive an information about protected mode > interrupts under djgpp. > Actually, I need to replace an interrupt with my own. > The problem (as I understand) is to receive the real registers > that was sent to the interrupt - also I need to pop the other > registers from the stack, but I think that the DPMI will cause me > some troubles with that. Did you read the sections in the DJGPP FAQ list (18.9-18.11) that explain these issues? If not, please read them. AFAIK, the FAQ also points you to the available docs that should explain how the information that you need is available to the handler. If something is unclear in the docs, please ask specific questions about that. The DJGPP FAQ list is available as v2/faq210b.zip from the same place you get DJGPP.