aboutsummaryrefslogtreecommitdiff
path: root/kapi/include/kapi/memory/layout.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'kapi/include/kapi/memory/layout.hpp')
-rw-r--r--kapi/include/kapi/memory/layout.hpp26
1 files changed, 0 insertions, 26 deletions
diff --git a/kapi/include/kapi/memory/layout.hpp b/kapi/include/kapi/memory/layout.hpp
deleted file mode 100644
index f5ba0f9..0000000
--- a/kapi/include/kapi/memory/layout.hpp
+++ /dev/null
@@ -1,26 +0,0 @@
-#ifndef TEACHOS_KAPI_MEMORY_LAYOUT_HPP
-#define TEACHOS_KAPI_MEMORY_LAYOUT_HPP
-
-// IWYU pragma: private, include "kapi/memory.hpp"
-
-#include "kapi/memory/address.hpp"
-
-namespace kapi::memory
-{
-
- constexpr auto page_size = PLATFORM_PAGE_SIZE;
- constexpr auto frame_size = PLATFORM_FRAME_SIZE;
-
- constexpr auto higher_half_direct_map_base = linear_address{0xffff'8000'0000'0000uz};
-
- constexpr auto heap_base = linear_address{0xffff'c000'0000'0000uz};
-
- constexpr auto pmm_metadata_base = linear_address{0xffff'd000'0000'0000uz};
-
- constexpr auto mmio_base = linear_address{0xffff'e000'0000'0000uz};
-
- constexpr auto kernel_base = linear_address{0xffff'ffff'8000'0000uz};
-
-} // namespace kapi::memory
-
-#endif \ No newline at end of file