Initial code release
[external/syslinux.git] / gpxe / 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_FBMS 0x0013
8 #define BDA_NUM_DRIVES 0x0075
9
10 #endif /* BIOS_H */