summaryrefslogtreecommitdiffstats
path: root/boot/boot.h
diff options
context:
space:
mode:
Diffstat (limited to 'boot/boot.h')
-rw-r--r--boot/boot.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/boot.h b/boot/boot.h
index d7571d8..cfdfa68 100644
--- a/boot/boot.h
+++ b/boot/boot.h
@@ -11,7 +11,7 @@ struct MemoryMapEntry {
bool usable;
};
-#define MEMORY_MAP_MAX_ENTRIES 64
+#define MEMORY_MAP_MAX_ENTRIES 128
struct MemoryMap {
size_t count;
struct MemoryMapEntry entries[MEMORY_MAP_MAX_ENTRIES];