Mail Archives: djgpp/1997/11/02/08:03:21
On Sat, 1 Nov 1997, Mahadevan R. wrote:
> 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 ?
A full working example of code that does similar things is in the
DJGPP library sources (file name conio.c). It is used to switch the
display to 28- and 40-line modes.
- Raw text -