Partial implementation of UNDI loader caller.

This commit is contained in:
Michael Brown
2007-01-05 03:24:39 +00:00
parent 0638945c7e
commit 9780fef360
4 changed files with 107 additions and 55 deletions

View File

@@ -2,6 +2,7 @@
#define BIOS_H
#define BDA_SEG 0x0040
#define BDA_FBMS 0x0013
#define BDA_NUM_DRIVES 0x0075
extern unsigned long currticks ( void );