aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64/CMakeLists.txt
diff options
context:
space:
mode:
authorFabian Imhof <fabian.imhof@ost.ch>2024-11-01 10:08:50 +0000
committerFabian Imhof <fabian.imhof@ost.ch>2024-11-01 10:08:50 +0000
commit29c51a2cc30060bd904b06cbe6913755352c48c7 (patch)
tree451d38ad10c41e5a310345d1925cbfbc9f811851 /arch/x86_64/CMakeLists.txt
parent98edc76893b2e22ccdbd81a4a3f1e1113c712cba (diff)
downloadteachos-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.txt1
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"
)