[contrib] Allow Network Protocol header to display in rom-o-matic
[gpxe.git] / src / arch / i386 / include / bios.h
blob70bb73daccaa26dc5799cb1aa8ea857fca207aeb
1 #ifndef BIOS_H
2 #define BIOS_H
4 FILE_LICENCE ( GPL2_OR_LATER );
6 #define BDA_SEG 0x0040
7 #define BDA_FBMS 0x0013
8 #define BDA_NUM_DRIVES 0x0075
10 #endif /* BIOS_H */