diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2012-01-29 17:29:12 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2012-02-04 12:45:10 +0000 |
commit | 47c012e21cb368d9bf6be80cce8322c1e4481aa6 (patch) | |
tree | 77c82fb2845a51f29573142ed1b7f9e43b6ff0ae /hw | |
parent | 5e55efc9e751e8044f5b870e069e4ed8165a2a84 (diff) | |
download | qemu-47c012e21cb368d9bf6be80cce8322c1e4481aa6.zip qemu-47c012e21cb368d9bf6be80cce8322c1e4481aa6.tar.gz qemu-47c012e21cb368d9bf6be80cce8322c1e4481aa6.tar.bz2 |
vga: improve documentation
Add links to chipset docs and FreeVGA site.
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'hw')
-rw-r--r-- | hw/vga.c | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -37,6 +37,18 @@ //#define DEBUG_BOCHS_VBE +/* + * Video Graphics Array (VGA) + * + * Chipset docs for original IBM VGA: + * http://www.mcamafia.de/pdf/ibm_vgaxga_trm2.pdf + * + * FreeVGA site: + * http://www.osdever.net/FreeVGA/home.htm + * + * Standard VGA features and Bochs VBE extensions are implemented. + */ + /* force some bits to zero */ const uint8_t sr_mask[8] = { 0x03, |