Define BIOS data segment in bios.h

This commit is contained in:
Michael Brown
2006-05-13 11:43:07 +00:00
parent a27defa483
commit d822b3d4cd
2 changed files with 9 additions and 7 deletions

View File

@@ -1,6 +1,9 @@
#ifndef BIOS_H
#define BIOS_H
#define BDA_SEG 0x0040
#define BDA_NUM_DRIVES 0x0075
extern unsigned long currticks ( void );
extern void cpu_nap ( void );