diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2025-12-10 21:55:42 +0100 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2025-12-10 21:55:42 +0100 |
| commit | eafbf588760c289b7f54a4771b39af0ccfe8cf59 (patch) | |
| tree | fabf14d8c908a187b0f3247eecac349a56d99b2d /arch/x86_64/CMakeLists.txt | |
| parent | f0c5ac3c8222d4d89b8e2d2a726427a7ec64e538 (diff) | |
| download | teachos-eafbf588760c289b7f54a4771b39af0ccfe8cf59.tar.xz teachos-eafbf588760c289b7f54a4771b39af0ccfe8cf59.zip | |
kapi: extract page_mapper interface
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 0b9009c..7bd8d07 100644 --- a/arch/x86_64/CMakeLists.txt +++ b/arch/x86_64/CMakeLists.txt @@ -27,6 +27,7 @@ target_sources("x86_64" PRIVATE "src/memory/mmu.cpp" "src/memory/page_table.cpp" "src/memory/paging_root.cpp" + "src/memory/recursive_page_mapper.cpp" "src/memory/region_allocator.cpp" "src/memory/scoped_mapping.cpp" |
