libhd 5.0
bios.h
Go to the documentation of this file.
1#define BIOS_ROM_START 0xc0000
2#define BIOS_ROM_SIZE 0x40000
3
4#define BIOS_RAM_START 0x400
5#define BIOS_RAM_SIZE 0x100
6
void hd_scan_bios(hd_data_t *hd_data)
void get_vbe_info(hd_data_t *hd_data, vbe_info_t *vbe)
static hd_data_t * hd_data
Definition pppoe.c:30
Holds all data accumulated during hardware probing.
Definition hd.h:2647
VESA BIOS extensions information Also includes a VESA mode list.
Definition hd.h:490