2005-04-08 15:01:17 +00:00
|
|
|
#ifndef BIOS_H
|
|
|
|
|
#define BIOS_H
|
|
|
|
|
|
2015-03-02 11:54:40 +00:00
|
|
|
FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
|
2009-05-01 15:41:06 +01:00
|
|
|
|
2006-05-13 11:43:07 +00:00
|
|
|
#define BDA_SEG 0x0040
|
2012-03-30 12:05:13 +01:00
|
|
|
#define BDA_EQUIPMENT_WORD 0x0010
|
2007-01-05 03:24:39 +00:00
|
|
|
#define BDA_FBMS 0x0013
|
2013-03-22 13:54:44 +00:00
|
|
|
#define BDA_REBOOT 0x0072
|
|
|
|
|
#define BDA_REBOOT_WARM 0x1234
|
2006-05-13 11:43:07 +00:00
|
|
|
#define BDA_NUM_DRIVES 0x0075
|
2014-08-06 15:10:58 +01:00
|
|
|
#define BDA_CHAR_HEIGHT 0x0085
|
2006-05-13 11:43:07 +00:00
|
|
|
|
2005-04-08 15:01:17 +00:00
|
|
|
#endif /* BIOS_H */
|