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

11 lines
177 B
C
Raw Normal View History

#ifndef BIOS_H
#define BIOS_H
2006-05-13 11:43:07 +00:00
#define BDA_SEG 0x0040
#define BDA_NUM_DRIVES 0x0075
extern unsigned long currticks ( void );
extern void cpu_nap ( void );
#endif /* BIOS_H */