diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2025-12-10 16:51:44 +0100 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2025-12-10 16:51:44 +0100 |
| commit | b9d445bf92725d79269becf978059e040519c00a (patch) | |
| tree | 768eb7158b8a106a2577d87661cde1a4e5ee108a /arch/x86_64/CMakeLists.txt | |
| parent | 448a79328544e3ecb72d0b3b95c0b9b0d49faafc (diff) | |
| download | teachos-b9d445bf92725d79269becf978059e040519c00a.tar.xz teachos-b9d445bf92725d79269becf978059e040519c00a.zip | |
x86_64/memory: implement simple kernel remapper
Diffstat (limited to 'arch/x86_64/CMakeLists.txt')
| -rw-r--r-- | arch/x86_64/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86_64/CMakeLists.txt b/arch/x86_64/CMakeLists.txt index 7f01744..0b9009c 100644 --- a/arch/x86_64/CMakeLists.txt +++ b/arch/x86_64/CMakeLists.txt @@ -23,6 +23,7 @@ target_sources("x86_64" PRIVATE "src/kapi/memory.cpp" # Memory management + "src/memory/kernel_mapper.cpp" "src/memory/mmu.cpp" "src/memory/page_table.cpp" "src/memory/paging_root.cpp" |
