aboutsummaryrefslogtreecommitdiff
path: root/src/config.h
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2008-07-12 12:46:07 -0400
committerKevin O'Connor <kevin@koconnor.net>2008-07-12 12:46:07 -0400
commitd3817027657e9958371328fe59d92fe3ff265c14 (patch)
tree2c0f2f3b0fe329c24ceb64947c8751fe15238897 /src/config.h
parente10d3453fdd33dfd95be1b72a23ba02b9fc442c2 (diff)
downloadseabios-hppa-d3817027657e9958371328fe59d92fe3ff265c14.zip
seabios-hppa-d3817027657e9958371328fe59d92fe3ff265c14.tar.gz
seabios-hppa-d3817027657e9958371328fe59d92fe3ff265c14.tar.bz2
Add option to disable mptable generation.
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h13
1 files changed, 9 insertions, 4 deletions
diff --git a/src/config.h b/src/config.h
index 649aa61..596df24 100644
--- a/src/config.h
+++ b/src/config.h
@@ -26,17 +26,22 @@
#define CONFIG_PS2_MOUSE 1
#define CONFIG_ATA 1
#define CONFIG_KBD_CALL_INT15_4F 1
+// Support for booting from a CD
#define CONFIG_CDROM_BOOT 1
+// Support for emulating a boot CD as a floppy/harddrive
#define CONFIG_CDROM_EMU 1
-// Support generation of a PIR table in 0xf000 segment (for emulators)
-#define CONFIG_PIRTABLE 1
-// Support generation of ACPI PIR tables (for emulators)
-#define CONFIG_ACPI 1
// Support int 1a/b1 PCI BIOS calls
#define CONFIG_PCIBIOS 1
// Support int 15/53 APM BIOS calls
#define CONFIG_APMBIOS 1
+// Support generation of a PIR table in 0xf000 segment (for emulators)
+#define CONFIG_PIRTABLE 1
+// Support generation of MPTable (for emulators)
+#define CONFIG_MPTABLE 1
+// Support generation of ACPI tables (for emulators)
+#define CONFIG_ACPI 1
+
/* define it if the (emulated) hardware supports SMM mode */
#define CONFIG_USE_SMM 1