00001 #ifndef BIOS_H 00002 #define BIOS_H 00003 00004 FILE_LICENCE ( GPL2_OR_LATER ); 00005 00006 #define BDA_SEG 0x0040 00007 #define BDA_FBMS 0x0013 00008 #define BDA_NUM_DRIVES 0x0075 00009 00010 #endif /* BIOS_H */