libhd
5.0
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
src
hd
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
7
void
hd_scan_bios
(
hd_data_t
*
hd_data
);
8
void
get_vbe_info
(
hd_data_t
*
hd_data
,
vbe_info_t
*vbe);