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
|
|
|
|
|
#define BDA_NUM_DRIVES 0x0075
|
|
|
|
|
|
2005-04-08 15:01:17 +00:00
|
|
|
extern unsigned long currticks ( void );
|
|
|
|
|
extern void cpu_nap ( void );
|
|
|
|
|
|
|
|
|
|
#endif /* BIOS_H */
|