diff options
| author | Matteo Gmür <matteo.gmuer1@ost.ch> | 2024-11-10 12:08:02 +0000 |
|---|---|---|
| committer | Matteo Gmür <matteo.gmuer1@ost.ch> | 2024-11-10 12:08:02 +0000 |
| commit | 8eb68ccb8837ba867550d16f967d9ef21921abe2 (patch) | |
| tree | b54b066642241060223db5a52ff7ba0ca4fcee3b /arch/x86_64/CMakeLists.txt | |
| parent | 45e7b24f19b3c4557f98996a44d8857d750ca5b3 (diff) | |
| download | teachos-8eb68ccb8837ba867550d16f967d9ef21921abe2.tar.xz teachos-8eb68ccb8837ba867550d16f967d9ef21921abe2.zip | |
Finish control register and adjust msr
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 ee0141e..f868b4e 100644 --- a/arch/x86_64/CMakeLists.txt +++ b/arch/x86_64/CMakeLists.txt @@ -54,6 +54,7 @@ target_sources("_memory" PRIVATE "src/memory/paging/inactive_page_table.cpp" "src/memory/cpu/tlb.cpp" "src/memory/cpu/control_register.cpp" + "src/memory/cpu/msr.cpp" ) #[============================================================================[ |
