\dpmi0\dpmi.exe
Note that this program works for standard VGA only,
i.e., 640x480 x16 colors.
To get it to work with Super-VGA, you need to use
INT-10h/function 4Fh.  This is the special function
for Super-VGA.

AH=4Fh
AL=00 gets svga general info.
AL=01 gets mode info.
AL=02 sets the video mode.
AL=03 gets current video mode.
... plus more

Look in a DOS programming book, svga book, or
Ralph Brown's Interrupt List (available on the Internet).

regards,
Barry Kauler
