diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2025-10-29 11:15:50 +0100 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2025-10-29 11:15:50 +0100 |
| commit | e7b04ef7f5da8e014e8b85fcf65448b317cca8ff (patch) | |
| tree | 3741aaeb76b254f775c720dbe36471c0b7a90ceb /arch/x86_64/CMakeLists.txt | |
| parent | 6434de8ff75a9143847ef529bc209790ac4909b3 (diff) | |
| download | teachos-e7b04ef7f5da8e014e8b85fcf65448b317cca8ff.tar.xz teachos-e7b04ef7f5da8e014e8b85fcf65448b317cca8ff.zip | |
kapi: move halt to cpu namespace
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 9be7b04..a681347 100644 --- a/arch/x86_64/CMakeLists.txt +++ b/arch/x86_64/CMakeLists.txt @@ -22,8 +22,8 @@ target_sources("x86_64" PRIVATE # api::kapi implementation "src/kapi/cio.cpp" + "src/kapi/cpu.cpp" "src/kapi/memory.cpp" - "src/kapi/system.cpp" # Memory management "src/memory/mmu.cpp" |
