diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2026-04-10 17:49:40 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2026-04-10 17:49:40 +0200 |
| commit | 21fd1281cf19572e202d583689b99c33ec68da50 (patch) | |
| tree | 3325e00e4ccfe95db42be7a38a48350681c1c79f /arch/x86_64/CMakeLists.txt | |
| parent | c3f7b747f02a79b34ed914c54ce74be973b17af1 (diff) | |
| download | teachos-21fd1281cf19572e202d583689b99c33ec68da50.tar.xz teachos-21fd1281cf19572e202d583689b99c33ec68da50.zip | |
kernel: let arch initialize the ACPI manager
Diffstat (limited to 'arch/x86_64/CMakeLists.txt')
| -rw-r--r-- | arch/x86_64/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86_64/CMakeLists.txt b/arch/x86_64/CMakeLists.txt index 62a2aad..f182651 100644 --- a/arch/x86_64/CMakeLists.txt +++ b/arch/x86_64/CMakeLists.txt @@ -12,7 +12,6 @@ target_link_libraries("x86_64" PUBLIC target_sources("x86_64" PRIVATE # Platform-dependent KAPI implementation - "kapi/acpi.cpp" "kapi/boot_modules.cpp" "kapi/cio.cpp" "kapi/cpu.cpp" |
