diff options
| author | Michael Brown | 2007-01-05 04:24:39 +0100 |
|---|---|---|
| committer | Michael Brown | 2007-01-05 04:24:39 +0100 |
| commit | 9780fef360dc381ee6e4cd7e16f10990657eed83 (patch) | |
| tree | 9b7a506c6c82087f0096c6c49375d5503da8a028 /src/arch/i386/include | |
| parent | Add PXE driver-scanning code, capable of locating all PXE ROMs in a system (diff) | |
| download | ipxe-9780fef360dc381ee6e4cd7e16f10990657eed83.tar.gz ipxe-9780fef360dc381ee6e4cd7e16f10990657eed83.tar.xz ipxe-9780fef360dc381ee6e4cd7e16f10990657eed83.zip | |
Partial implementation of UNDI loader caller.
Diffstat (limited to 'src/arch/i386/include')
| -rw-r--r-- | src/arch/i386/include/bios.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arch/i386/include/bios.h b/src/arch/i386/include/bios.h index 4b4b9d25c..630a898b3 100644 --- a/src/arch/i386/include/bios.h +++ b/src/arch/i386/include/bios.h @@ -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 ); |
