]> xenbits.xensource.com Git - seabios.git/commitdiff
Increase default CONFIG_MAX_BIOSTABLE setting.
authorKevin O'Connor <kevin@koconnor.net>
Sun, 8 Feb 2009 22:10:48 +0000 (17:10 -0500)
committerKevin O'Connor <kevin@koconnor.net>
Sun, 8 Feb 2009 22:10:48 +0000 (17:10 -0500)
In an smp simulation, the smbios/mptable need more space than was allocated.

src/config.h

index 7b62fafd598902e59035c304626a6cdc37663564..ac99dae4446ec63c13d91ebe97aa5dd900fce1a3 100644 (file)
@@ -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)