Moving the physical heap up a bit to avoid overwriting 0x0.

This commit is contained in:
Ben Vanik
2013-10-21 23:56:16 -07:00
parent f676333ef0
commit 725cde55d4
2 changed files with 2 additions and 2 deletions

View File

@@ -71,7 +71,7 @@ DEFINE_uint64(
* this.
*/
#define XE_MEMORY_PHYSICAL_HEAP_LOW 0x00000000
#define XE_MEMORY_PHYSICAL_HEAP_LOW 0x00010000
#define XE_MEMORY_PHYSICAL_HEAP_HIGH 0x20000000
#define XE_MEMORY_VIRTUAL_HEAP_LOW 0x20000000
#define XE_MEMORY_VIRTUAL_HEAP_HIGH 0x40000000