VGA Resources: Difference between revisions

From OSDev.wiki
Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content added Content deleted
(Added a link to the FlingOS as it's fairly well documented, designed for learning from and a good place to start looking for an example of how to implemented a protected-mode VGA driver.)
No edit summary
Line 24: Line 24:


* [http://files.osdev.org/mirrors/geezer/software/90x60.asm 90x60 text mode] from Chris Giese <geezer@execpc.com>
* [http://files.osdev.org/mirrors/geezer/software/90x60.asm 90x60 text mode] from Chris Giese <geezer@execpc.com>
* [http://files.osdev.org/mirrors/geezer/osd/graphics/modes.c Changing text mode font] -- this also has code for switching video modes without bios
* [http://files.osdev.org/mirrors/geezer/osd/graphics/modes.c Changing text/graphic mode and fonts] -- this also has code for switching video modes without bios

Revision as of 18:10, 20 September 2018


VGA Resources

Free VGA

SVGA resources

Selected coding tricks