Date: Sat, 1 Nov 1997 12:01:26 +0530 (IST) From: "Mahadevan R." To: djgpp AT delorie DOT com Subject: Int 0x10 and pointers Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk Hi. Could anyone help me out with this: I'm trying to load an EGA/VGA text font using Int 0x10/AX=0x1110. However, this call requires a pointer to the font data in ES:BP. The int86() fn. docs does not list this BIOS fn. as "supported", and I don't know how to do this with __dpmi_int() (not sure whether this is possible -- is it?). What do I do now ? Will it be better/faster to write to the VRAM directly ? TIA, Mahesh (Mahadevan R.),