aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.h
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2008-03-04 19:45:04 -0500
committerKevin O'Connor <kevin@koconnor.net>2008-03-04 19:45:04 -0500
commit941d3e46262d20400f1b35d0e952c596ed986ab0 (patch)
tree5cc3a55129378e9311edcd3ee2e69cb4e518433e /src/config.h
parentb74102d368424b9189fede9f4d8b775d3f0eb8c9 (diff)
downloadseabios-941d3e46262d20400f1b35d0e952c596ed986ab0.tar.gz
Initial cd emulation code.
Provides the int13 hooks - still a work in progress.
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.h b/src/config.h
index a984e5cd..a118c688 100644
--- a/src/config.h
+++ b/src/config.h
@@ -6,7 +6,7 @@
#define CONFIG_PS2_MOUSE 1
#define CONFIG_ATA 1
#define CONFIG_KBD_CALL_INT15_4F 1
-#define CONFIG_ELTORITO_BOOT 0
+#define CONFIG_ELTORITO_BOOT 1
#define CONFIG_MAX_ATA_INTERFACES 4
#define CONFIG_MAX_ATA_DEVICES (CONFIG_MAX_ATA_INTERFACES*2)