[FREELDR]: Increase again the number of BIOS memory descriptors to 80.
[reactos.git] / reactos / boot / freeldr / freeldr / arch / i386 / pcmem.c
index e969a03..3f15155 100644 (file)
@@ -27,7 +27,7 @@
 
 DBG_DEFAULT_CHANNEL(MEMORY);
 
-#define MAX_BIOS_DESCRIPTORS 40
+#define MAX_BIOS_DESCRIPTORS 80
 
 BIOS_MEMORY_MAP PcBiosMemoryMap[MAX_BIOS_DESCRIPTORS];
 ULONG PcBiosMapCount;