diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2025-12-01 19:32:19 +0100 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2025-12-01 19:32:19 +0100 |
| commit | 203355e51690073e571d4906d53f2494c3dad41b (patch) | |
| tree | 538180b7d5fbaf4327394521c02d403537314c6b /arch/x86_64/CMakeLists.txt | |
| parent | 005d7ea3df29e736750d409b816caa29cf9bab2f (diff) | |
| download | teachos-203355e51690073e571d4906d53f2494c3dad41b.tar.xz teachos-203355e51690073e571d4906d53f2494c3dad41b.zip | |
x86_64/memory: prepare scoped_mapping extraction
Diffstat (limited to 'arch/x86_64/CMakeLists.txt')
| -rw-r--r-- | arch/x86_64/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86_64/CMakeLists.txt b/arch/x86_64/CMakeLists.txt index 8451945..4d32f76 100644 --- a/arch/x86_64/CMakeLists.txt +++ b/arch/x86_64/CMakeLists.txt @@ -27,6 +27,7 @@ target_sources("x86_64" PRIVATE "src/memory/page_table.cpp" "src/memory/paging_root.cpp" "src/memory/region_allocator.cpp" + "src/memory/scoped_mapping.cpp" # VGA text mode "src/vga/text.cpp" @@ -53,6 +54,7 @@ target_sources("x86_64" PRIVATE "include/x86_64/memory/page_table.hpp" "include/x86_64/memory/paging_root.hpp" "include/x86_64/memory/region_allocator.hpp" + "include/x86_64/memory/scoped_mapping.hpp" # VGA I/O "include/x86_64/vga/text.hpp" |
