diff options
| author | Matteo Gmür <matteo.gmuer1@ost.ch> | 2024-10-20 07:01:53 +0000 |
|---|---|---|
| committer | Matteo Gmür <matteo.gmuer1@ost.ch> | 2024-10-20 07:01:53 +0000 |
| commit | d728052d62470799f73f6d9a2b8baa2b0b357383 (patch) | |
| tree | c73e113315b27b3caaca2dac2f8d451d1a260b2d /arch/x86_64/CMakeLists.txt | |
| parent | 7ebfe9e09efa84044d1470132b7f55ebf53a7f89 (diff) | |
| download | teachos-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.txt | 1 |
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" ) #[============================================================================[ |
