aboutsummaryrefslogtreecommitdiff
path: root/kapi/include/kapi/memory/layout.hpp
diff options
context:
space:
mode:
authorLukas Oesch <lukas.oesch@ost.ch>2026-06-10 10:40:46 +0200
committerLukas Oesch <lukas.oesch@ost.ch>2026-06-10 10:40:46 +0200
commit33abd5cf264cb9e34121082105b0bc17b3cf7a36 (patch)
tree36b15d53fea04f4f9d9af817100f7ad013bd9b5c /kapi/include/kapi/memory/layout.hpp
parentd01caf1c4aef3c89c68b9d1cc9fe56445f0860b5 (diff)
parent7e27130c342b7299a1d2188a7192a7f17b5ac2ad (diff)
downloadkernel-develop.tar.xz
kernel-develop.zip
Merge branch 'develop-BA-FS26' into 'develop'HEADdevelop
Merge of BA-FS26 branch into develop See merge request teachos/kernel!49
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