diff options
| author | Matteo Gmür <matteo.gmuer1@ost.ch> | 2024-11-10 11:45:26 +0000 |
|---|---|---|
| committer | Matteo Gmür <matteo.gmuer1@ost.ch> | 2024-11-10 11:45:26 +0000 |
| commit | 45e7b24f19b3c4557f98996a44d8857d750ca5b3 (patch) | |
| tree | d51c14f091120b30d4354f6e0ab4aeef1b94bc7f /arch/x86_64/CMakeLists.txt | |
| parent | 0a72135f4a43727b6ee8c9b6e3bbd24b395da638 (diff) | |
| download | teachos-45e7b24f19b3c4557f98996a44d8857d750ca5b3.tar.xz teachos-45e7b24f19b3c4557f98996a44d8857d750ca5b3.zip | |
Adjust comments and constant
Diffstat (limited to 'arch/x86_64/CMakeLists.txt')
| -rw-r--r-- | arch/x86_64/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86_64/CMakeLists.txt b/arch/x86_64/CMakeLists.txt index 9fa8181..ee0141e 100644 --- a/arch/x86_64/CMakeLists.txt +++ b/arch/x86_64/CMakeLists.txt @@ -53,7 +53,7 @@ target_sources("_memory" PRIVATE "src/memory/paging/active_page_table.cpp" "src/memory/paging/inactive_page_table.cpp" "src/memory/cpu/tlb.cpp" - "src/memory/cpu/cr3.cpp" + "src/memory/cpu/control_register.cpp" ) #[============================================================================[ |
