aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.h
diff options
context:
space:
mode:
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 9abe355b..16952eb7 100644
--- a/src/config.h
+++ b/src/config.h
@@ -15,7 +15,7 @@
#define BUILD_APPNAME4 "BXPC"
// Maximum number of map entries in the e820 map
-#define BUILD_MAX_E820 32
+#define BUILD_MAX_E820 128
// Space to reserve in high-memory for tables
#define BUILD_MIN_HIGHTABLE (256*1024)
#define BUILD_MAX_HIGHTABLE (16*1024*1024)