[FREELDR]: Increase again the number of BIOS memory descriptors to 80.
authorHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Sat, 21 May 2016 16:12:31 +0000 (16:12 +0000)
committerHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Sat, 21 May 2016 16:12:31 +0000 (16:12 +0000)
CORE-11247 #comment Please retest.

svn path=/trunk/; revision=71366

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;