From 8e62a90e7d4e4ea59f4463dabfc9fac1c305df7b Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Sun, 8 Feb 2009 17:10:48 -0500 Subject: Increase default CONFIG_MAX_BIOSTABLE setting. In an smp simulation, the smbios/mptable need more space than was allocated. --- src/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/config.h') 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) -- cgit v1.1