Date: Wed, 22 Feb 95 11:51:31 -0500 From: dj AT stealth DOT ctron DOT com (DJ Delorie) To: NEWHALL AT american DOT edu Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: In DJGPP How can I call VGA/VESA BIOS int 10? Basically, for int10 I think you can just use the int86() function as-is. For forward compatibility, use _go32_dpmi_simulate_real_mode_int() (don't forget to zero out the other registers).