Lines Matching refs:vga
25 // This VGA Bios is specific to the plex86/bochs Emulated VGA card.
26 // You can NOT drive any physical vga card with it.
33 // This VGA Bios contains fonts from :
38 // This VGA Bios is based on information taken from :
39 // - Kevin Lawton's vga card emulation for bochs/plex86
43 // - Francois Gervais' book "programmation des cartes graphiques cga-ega-vga" edited by sybex
189 .ascii "This VGA/VBE Bios is released under the GNU LGPL"
218 .byte 0x0 // class,hi: vga display
219 .word 0x300 // class,lo: vga display
235 ;; init vga card
860 // Read the bios vga control
863 // Read the bios vga switches
939 // Set CRTC address VGA or MDA
992 write_byte(BIOSMEM_SEG,BIOSMEM_DCC_INDEX,0x08); // 8 is VGA should be ok for now
997 write_byte(BIOSMEM_SEG,BIOSMEM_CURRENT_MSR,0x00); // Unavailable on vanilla vga, but...
998 write_byte(BIOSMEM_SEG,BIOSMEM_CURRENT_PAL,0x00); // Unavailable on vanilla vga, but...
1132 // FIXME should handle VGA 14/16 lines