VGA Resources: Difference between revisions

From OSDev.wiki
Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content added Content deleted
m (removed chris geise as a link)
(Fixed two dead links to geezer with local mirror; third one remains 404)
Line 3: Line 3:
== VGA Resources ==
== VGA Resources ==
* [http://www.google.com/search?hl=en&ie=UTF-8&q=VGA+registers+programming&btnG=Google+Search Google Search "VGA registers programming"],
* [http://www.google.com/search?hl=en&ie=UTF-8&q=VGA+registers+programming&btnG=Google+Search Google Search "VGA registers programming"],
* [http://my.execpc.com/CE/AC/geezer/osd/graphics/index.htm OSD: Graphics] From Chris Giese, containing many code snippets.
* [http://files.osdev.org/mirrors/geezer/osd/graphics/index.htm OSD: Graphics] From Chris Giese, containing many code snippets.
* [http://atschool.eduweb.co.uk/camdean/pupils/amac/vga.htm Tutorial on VGA graphics] including basis of font and line rendering, palette setting, unchained mode, etc.
* [http://atschool.eduweb.co.uk/camdean/pupils/amac/vga.htm Tutorial on VGA graphics] including basis of font and line rendering, palette setting, unchained mode, etc.


Line 21: Line 21:
==== Selected coding tricks ====
==== Selected coding tricks ====


* [http://my.execpc.com/~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://my.execpc.com/~geezer/osd/graphics/modes.c Changing text mode font] -- this also has code for switching video modes without bios
* [http://my.execpc.com/~geezer/osd/graphics/modes.c Changing text mode font] -- this also has code for switching video modes without bios

Revision as of 14:05, 6 August 2008


VGA Resources

Free VGA

SVGA resources

Selected coding tricks