Main Page | Modules | Data Structures | File List | Data Fields | Globals | Related Pages

bios.h

Go to the documentation of this file.
00001 #define BIOS_ROM_START  0xc0000
00002 #define BIOS_ROM_SIZE   0x40000
00003 
00004 #define BIOS_RAM_START  0x400
00005 #define BIOS_RAM_SIZE   0x100
00006 
00007 void hd_scan_bios(hd_data_t *hd_data);
00008 void get_vbe_info(hd_data_t *hd_data, vbe_info_t *vbe);