aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64/CMakeLists.txt
diff options
context:
space:
mode:
authorMatteo Gmür <matteo.gmuer1@ost.ch>2024-11-05 09:58:05 +0000
committerMatteo Gmür <matteo.gmuer1@ost.ch>2024-11-05 09:58:05 +0000
commitdc80a11864444cae275e9e7be9ae120a92433034 (patch)
tree1aa387f459df60759019e98c7e372ba4319f7555 /arch/x86_64/CMakeLists.txt
parent77b50aa74e404a7af4b17d05613b21c8e5cd6f49 (diff)
downloadteachos-dc80a11864444cae275e9e7be9ae120a92433034.tar.xz
teachos-dc80a11864444cae275e9e7be9ae120a92433034.zip
Move tlb into seperate subfolder and create cr3 header for reading and writing.
Diffstat (limited to 'arch/x86_64/CMakeLists.txt')
-rw-r--r--arch/x86_64/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/x86_64/CMakeLists.txt b/arch/x86_64/CMakeLists.txt
index 42aa6ef..9fa8181 100644
--- a/arch/x86_64/CMakeLists.txt
+++ b/arch/x86_64/CMakeLists.txt
@@ -52,7 +52,8 @@ target_sources("_memory" PRIVATE
"src/memory/paging/virtual_page.cpp"
"src/memory/paging/active_page_table.cpp"
"src/memory/paging/inactive_page_table.cpp"
- "src/memory/paging/tlb.cpp"
+ "src/memory/cpu/tlb.cpp"
+ "src/memory/cpu/cr3.cpp"
)
#[============================================================================[