orbis-kernel: kalloc: revert heap base change

This commit is contained in:
DH 2024-10-14 19:58:29 +03:00
parent 22674a4c67
commit 66890b53d2

View file

@ -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;