[FREELDR]

Increase number of static memory descriptors from 32 to 40.
CORE-9097 #resolve #comment Please retest and reopen if it's still not fixed.

svn path=/trunk/; revision=66099
This commit is contained in:
Timo Kreuzer 2015-01-27 22:19:25 +00:00
parent de72d5eae8
commit 311d5df6e2

View file

@ -27,7 +27,7 @@
DBG_DEFAULT_CHANNEL(MEMORY);
#define MAX_BIOS_DESCRIPTORS 32
#define MAX_BIOS_DESCRIPTORS 40
BIOS_MEMORY_MAP PcBiosMemoryMap[MAX_BIOS_DESCRIPTORS];
ULONG PcBiosMapCount;