Xref: news2.mv.net comp.os.msdos.djgpp:2374 From: Eli Zaretskii Newsgroups: comp.os.msdos.djgpp Subject: Re: How to code Interrupts in C? Date: Tue, 2 Apr 1996 14:51:32 +0200 Organization: NetVision LTD. Lines: 10 Message-ID: References: <4ji0s3$t4i AT news DOT nevada DOT edu> NNTP-Posting-Host: is.elta.co.il Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII In-Reply-To: <4ji0s3$t4i@news.nevada.edu> To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp 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 download the DJGPP FAQ list (v2/faq200b.zip) and read chapter 18 there. It explains how to accomplish this and points you to some useful library functions.