diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2026-04-06 18:43:28 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2026-04-06 18:43:28 +0200 |
| commit | f50815110789a0f8f6e5ca66ffd49b26578791a9 (patch) | |
| tree | 992b3c344e69fab4dc56872566bc7323e8892913 /arch/x86_64/CMakeLists.txt | |
| parent | 8d08b3b905d211e989848e1abf3a8ff2535836c8 (diff) | |
| download | teachos-f50815110789a0f8f6e5ca66ffd49b26578791a9.tar.xz teachos-f50815110789a0f8f6e5ca66ffd49b26578791a9.zip | |
kernel: generalize CPU discovery
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 62a2aad..87cb98c 100644 --- a/arch/x86_64/CMakeLists.txt +++ b/arch/x86_64/CMakeLists.txt @@ -19,6 +19,7 @@ target_sources("x86_64" PRIVATE "kapi/devices.cpp" "kapi/interrupts.cpp" "kapi/memory.cpp" + "kapi/platform.cpp" "kapi/system.cpp" # CPU Initialization |
