summaryrefslogtreecommitdiffstats
path: root/src/arch/i386/include/bios.h
diff options
context:
space:
mode:
authorMichael Brown2007-01-05 04:24:39 +0100
committerMichael Brown2007-01-05 04:24:39 +0100
commit9780fef360dc381ee6e4cd7e16f10990657eed83 (patch)
tree9b7a506c6c82087f0096c6c49375d5503da8a028 /src/arch/i386/include/bios.h
parentAdd PXE driver-scanning code, capable of locating all PXE ROMs in a system (diff)
downloadipxe-9780fef360dc381ee6e4cd7e16f10990657eed83.tar.gz
ipxe-9780fef360dc381ee6e4cd7e16f10990657eed83.tar.xz
ipxe-9780fef360dc381ee6e4cd7e16f10990657eed83.zip
Partial implementation of UNDI loader caller.
Diffstat (limited to 'src/arch/i386/include/bios.h')
-rw-r--r--src/arch/i386/include/bios.h1
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 );