Add qemu 2.4.0
[kvmfornfv.git] / qemu / roms / ipxe / src / arch / i386 / include / bios.h
1 #ifndef BIOS_H
2 #define BIOS_H
3
4 FILE_LICENCE ( GPL2_OR_LATER );
5
6 #define BDA_SEG 0x0040
7 #define BDA_EQUIPMENT_WORD 0x0010
8 #define BDA_FBMS 0x0013
9 #define BDA_REBOOT 0x0072
10 #define BDA_REBOOT_WARM 0x1234
11 #define BDA_NUM_DRIVES 0x0075
12 #define BDA_CHAR_HEIGHT 0x0085
13
14 #endif /* BIOS_H */