more progress on module to memory loading

This commit is contained in:
georgemoralis 2023-05-25 13:16:53 +03:00
parent 5d0a5af495
commit e87b793083
2 changed files with 43 additions and 2 deletions

View file

@ -1,5 +1,8 @@
#pragma once
constexpr u64 SYSTEM_RESERVED = 0x800000000u;
constexpr u64 CODE_BASE_OFFSET = 0x100000000u;
namespace Memory
{
namespace VirtualMemory {