Date: Sun, 31 Mar 1996 09:06:02 +0200 (IST) From: Eli Zaretskii To: GEORGE GAGHON Cc: djgpp AT delorie DOT com Subject: Re: How to code Interrupts in C? In-Reply-To: <4ji0s3$t4i@news.nevada.edu> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On 30 Mar 1996, GEORGE GAGHON wrote: > I am trying to acsess Interrupt 10h (Video) to set a VESA rez. > How would I do that with DJGPP? How do you pass a pointer ES:DI, then > have it move to protected mode? Please read Chapter 18 of the DJGPP FAQ list (available as v2/faq200b.zip from the same place you get DJGPP). It should give you enough info to proceed (or ask more specific questions if you can't).