Date: Mon, 26 Feb 1996 09:02:28 +0200 (IST) From: Eli Zaretskii To: Orlando Andico Cc: DJGPP Mailing List Subject: Re: your mail In-Reply-To: Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Mon, 26 Feb 1996, Orlando Andico wrote: > I have a problem calling a real-mode interrupt vector. > Here's the code I use: > > __dpmi_regs r; > memset (&r, NULL, sizeof (__dpmi_regs)); > r.x.bx = 1; > r.x.flags = 0x0202; > __dpmi_simulate_real_mode_interrupt (vector, &r); What in the world do you need to set the FLAGS for? In particular, you seem to set the Interrupt Flag (???). Did you try the above code without tinkering with the FLAGS?