diff options
| author | Fabian Imhof <fabian.imhof@ost.ch> | 2024-11-01 10:08:50 +0000 |
|---|---|---|
| committer | Fabian Imhof <fabian.imhof@ost.ch> | 2024-11-01 10:08:50 +0000 |
| commit | 29c51a2cc30060bd904b06cbe6913755352c48c7 (patch) | |
| tree | 451d38ad10c41e5a310345d1925cbfbc9f811851 /arch/x86_64/CMakeLists.txt | |
| parent | 98edc76893b2e22ccdbd81a4a3f1e1113c712cba (diff) | |
| download | teachos-29c51a2cc30060bd904b06cbe6913755352c48c7.tar.xz teachos-29c51a2cc30060bd904b06cbe6913755352c48c7.zip | |
create temporary page implementation
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 496752f..8d64985 100644 --- a/arch/x86_64/CMakeLists.txt +++ b/arch/x86_64/CMakeLists.txt @@ -48,6 +48,7 @@ target_sources("_memory" PRIVATE "src/memory/allocator/physical_frame.cpp" "src/memory/paging/page_entry.cpp" "src/memory/paging/page_table.cpp" + "src/memory/paging/temporary_page.cpp" "src/memory/paging/virtual_page.cpp" "src/memory/paging/page_mapper.cpp" ) |
