Moving the physical heap up a bit to avoid overwriting 0x0.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user