comments:
uses external screen-driver-files, maybe this is the point to write
a 640x480x256 screen driver for the aero.
In the display-faq it is written:
Q11: How can I make a new video driver ?
A: Look at the DRVSRC directory. Find a source file that is close to your
video card. Use text editor to edit the source file. Follow the commands
in makefile to make a new video driver.
All video drivers are borrowed from DJGPP and GRX.
You can get the whole DJGPP and GRX package from :
omnigate.clarkson.edu: /pub/msdos/djgpp
or simtel20 mirros sites.
You must understand assembly language. I suggest that you use et4000.asm
as a template.
Is there anyone out there who feels able to do this????