diff options
| author | Matteo Gmür <matteo.gmuer1@ost.ch> | 2024-11-01 14:53:31 +0000 |
|---|---|---|
| committer | Matteo Gmür <matteo.gmuer1@ost.ch> | 2024-11-01 14:53:31 +0000 |
| commit | 08875c9c42c94dd23b16baa70b2be60cf35eb253 (patch) | |
| tree | a83b0394f887a7ae9e6df26b302efd9b4e3ebee1 /arch/x86_64/CMakeLists.txt | |
| parent | b9fdcc729c1875858297c0f3fb9d8e6feff71374 (diff) | |
| download | teachos-08875c9c42c94dd23b16baa70b2be60cf35eb253.tar.xz teachos-08875c9c42c94dd23b16baa70b2be60cf35eb253.zip | |
Fix circular dependency issue
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 a97abaa..22f9ad4 100644 --- a/arch/x86_64/CMakeLists.txt +++ b/arch/x86_64/CMakeLists.txt @@ -52,6 +52,7 @@ 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/kernel_mapper.cpp" ) #[============================================================================[ |
