2005-04-08 15:01:17 +00:00
|
|
|
#ifndef BIOS_H
|
|
|
|
|
#define BIOS_H
|
|
|
|
|
|
2006-05-13 11:43:07 +00:00
|
|
|
#define BDA_SEG 0x0040
|
2007-01-05 03:24:39 +00:00
|
|
|
#define BDA_FBMS 0x0013
|
2006-05-13 11:43:07 +00:00
|
|
|
#define BDA_NUM_DRIVES 0x0075
|
|
|
|
|
|
2005-04-08 15:01:17 +00:00
|
|
|
#endif /* BIOS_H */
|