aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.h
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2008-12-26 23:50:17 -0500
committerKevin O'Connor <kevin@koconnor.net>2008-12-26 23:50:17 -0500
commit4d7c37e12ef4ceb6903dd76ee700beb99fbf5f8e (patch)
tree775ea50649f399752e929bd7cdcdc14e42a548c6 /src/config.h
parent4735877249b30502e4c816bf1dc1a2c0e16be68e (diff)
downloadseabios-4d7c37e12ef4ceb6903dd76ee700beb99fbf5f8e.tar.gz
Support a relocatable ebda segment.
Some option roms will try to relocate the ebda. Also fix an apparent typo in the assignment of ivecs[0x46].
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/config.h b/src/config.h
index 1a1499ab..13a023a7 100644
--- a/src/config.h
+++ b/src/config.h
@@ -108,7 +108,6 @@
// Important real-mode segments
#define SEG_BIOS 0xf000
-#define SEG_EBDA 0x9fc0
#define SEG_BDA 0x0000
// Segment definitions in protected mode (see rombios32_gdt in romlayout.S)