Date: Sun, 25 Jun 1995 20:05:08 +0300 From: eliz AT is DOT elta DOT co DOT il (Eli Zaretskii) To: krzsam AT loqi DOT elka DOT pg DOT gda DOT pl Subject: Re: VESA driver Cc: djgpp AT sun DOT soe DOT clarkson DOT edu > I have gcc and go32 with built-in VESA driver (1.12maint3). I use libgrx 1.03. > All graphics is done correct ( i extensively use 800x600x256 mode ), but I got > some problems: > > (i) if i execute interrupt 0x10, it reports that there is no present VESA BIOS Extension > is any way to call VESA functions directly ? Calling real-mode interrupts from protected-mode programs is a bit tricky. For details, read Chapter 18 of the DJGPP FAQ list (available as faq102.zip from the same place you get DJGPP).