Date: Thu, 8 Aug 1996 09:35:36 +0200 (IST) From: Eli Zaretskii To: "Alaric B. Williams" Cc: djgpp AT delorie DOT com Subject: Re: Chaining interrupts In-Reply-To: <838919422.1663.0@abwillms.demon.co.uk> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Thu, 1 Aug 1996, Alaric B. Williams wrote: > To chain to a protected mode interrupt vector (without using > _go32_dpmi_chain_protect_mode_*), ie when I want to in my handler - > what do I do? What's wrong with just `jmp'-ing to it (with an inline assembly, if you need to do it in C)? Or, you might chain to the real-mode handler (with any of the __dpmi_simulate_real_mode_procedure_XXX calls), but that will cause double mode-switch.