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

bios.h File Reference

Go to the source code of this file.

Defines

#define BIOS_ROM_START   0xc0000
#define BIOS_ROM_SIZE   0x40000
#define BIOS_RAM_START   0x400
#define BIOS_RAM_SIZE   0x100

Functions

void hd_scan_bios (hd_data_t *hd_data)
void get_vbe_info (hd_data_t *hd_data, vbe_info_t *vbe)


Define Documentation

#define BIOS_RAM_SIZE   0x100
 

#define BIOS_RAM_START   0x400
 

#define BIOS_ROM_SIZE   0x40000
 

#define BIOS_ROM_START   0xc0000
 


Function Documentation

void get_vbe_info hd_data_t hd_data,
vbe_info_t vbe
 

void hd_scan_bios hd_data_t hd_data  )