mirror of
https://github.com/RPCSX/rpcsx.git
synced 2025-12-06 07:12:14 +01:00
orbis-kernel: kalloc: revert heap base change
This commit is contained in:
parent
22674a4c67
commit
66890b53d2
|
|
@ -11,7 +11,7 @@
|
|||
#include <unistd.h>
|
||||
|
||||
static const std::uint64_t g_allocProtWord = 0xDEADBEAFBADCAFE1;
|
||||
static constexpr auto kHeapBaseAddress = 0x00000800'0000'0000;
|
||||
static constexpr auto kHeapBaseAddress = 0x00000600'0000'0000;
|
||||
static constexpr auto kHeapSize = 0x10'0000'0000;
|
||||
static constexpr int kDebugHeap = 0;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue