]> www.infradead.org Git - users/dwmw2/qemu.git/commitdiff
vga: improve documentation
authorBlue Swirl <blauwirbel@gmail.com>
Sun, 29 Jan 2012 17:29:12 +0000 (17:29 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 4 Feb 2012 12:45:10 +0000 (12:45 +0000)
Add links to chipset docs and FreeVGA site.

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
hw/vga.c

index 758bd927967fae78c0a459bd01c0ac4a1fea8a94..d87c4f9f5bb0c215b0ce9f194872aeef28b4d6a1 100644 (file)
--- a/hw/vga.c
+++ b/hw/vga.c
 
 //#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,