Lines Matching full:bios
25 // This VGA Bios is specific to the plex86/bochs Emulated VGA card.
33 // This VGA Bios contains fonts from :
38 // This VGA Bios is based on information taken from :
143 .byte 0x55, 0xaa /* BIOS signature, required for BIOS extensions */
145 .byte 0x40 /* BIOS extension length in units of 512 bytes */
189 .ascii "This VGA/VBE Bios is released under the GNU LGPL"
220 .word 0x40 // bios size
238 ;; init basic bios vars
447 * Boot time bios area inits
455 ;; init detected hardware BIOS Area
600 // BIOS functions
822 // BIOS functions
860 // Read the bios vga control
863 // Read the bios vga switches
866 // Read the bios mode set control
980 // Set the BIOS mem
1096 // Bios cursor pos
1180 // And change the BIOS page
3151 // Hard coded copy from BIOS area. Should it be cleaner ?