Files
ipxe/src/arch/i386/include/bios.h

11 lines
162 B
C
Raw Normal View History

#ifndef BIOS_H
#define BIOS_H
FILE_LICENCE ( GPL2_OR_LATER );
2006-05-13 11:43:07 +00:00
#define BDA_SEG 0x0040
#define BDA_FBMS 0x0013
2006-05-13 11:43:07 +00:00
#define BDA_NUM_DRIVES 0x0075
#endif /* BIOS_H */