aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64/CMakeLists.txt
diff options
context:
space:
mode:
authorMatteo Gmür <matteo.gmuer1@ost.ch>2024-10-20 07:01:53 +0000
committerMatteo Gmür <matteo.gmuer1@ost.ch>2024-10-20 07:01:53 +0000
commitd728052d62470799f73f6d9a2b8baa2b0b357383 (patch)
treec73e113315b27b3caaca2dac2f8d451d1a260b2d /arch/x86_64/CMakeLists.txt
parent7ebfe9e09efa84044d1470132b7f55ebf53a7f89 (diff)
downloadteachos-d728052d62470799f73f6d9a2b8baa2b0b357383.tar.xz
teachos-d728052d62470799f73f6d9a2b8baa2b0b357383.zip
Add helper methods to phyisca frame
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 016215b..fe83548 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/virtual_page.cpp"
)
#[============================================================================[