aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64/include
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86_64/include')
-rw-r--r--arch/x86_64/include/arch/memory/heap/concept.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86_64/include/arch/memory/heap/concept.hpp b/arch/x86_64/include/arch/memory/heap/concept.hpp
index 8c8c887..52dba51 100644
--- a/arch/x86_64/include/arch/memory/heap/concept.hpp
+++ b/arch/x86_64/include/arch/memory/heap/concept.hpp
@@ -5,7 +5,7 @@
namespace teachos::arch::memory::heap
{
- std::size_t constexpr HEAP_START = 0x4000'0000;
+ std::size_t constexpr HEAP_START = 0x100000000;
std::size_t constexpr HEAP_SIZE = 100 * 1024;
template<typename T>