aboutsummaryrefslogtreecommitdiff
path: root/src/config.h
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2009-02-08 17:10:48 -0500
committerKevin O'Connor <kevin@koconnor.net>2009-02-08 17:10:48 -0500
commit8e62a90e7d4e4ea59f4463dabfc9fac1c305df7b (patch)
tree68d27765ae04078d0900f0c76d054c1538ce4215 /src/config.h
parente07e18e9867db5744738df6427aeee24c0638184 (diff)
downloadseabios-hppa-8e62a90e7d4e4ea59f4463dabfc9fac1c305df7b.zip
seabios-hppa-8e62a90e7d4e4ea59f4463dabfc9fac1c305df7b.tar.gz
seabios-hppa-8e62a90e7d4e4ea59f4463dabfc9fac1c305df7b.tar.bz2
Increase default CONFIG_MAX_BIOSTABLE setting.
In an smp simulation, the smbios/mptable need more space than was allocated.
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 7b62faf..ac99dae 100644
--- a/src/config.h
+++ b/src/config.h
@@ -81,7 +81,7 @@
// Maximum number of map entries in the e820 map
#define CONFIG_MAX_E820 32
// Space to reserve in f-segment for run-time built bios tables.
-#define CONFIG_MAX_BIOSTABLE 512
+#define CONFIG_MAX_BIOSTABLE 2048
#define CONFIG_MAX_ATA_INTERFACES 4
#define CONFIG_MAX_ATA_DEVICES (CONFIG_MAX_ATA_INTERFACES*2)