x86_64: move ACPI driver to kext

This commit is contained in:
2023-06-09 19:31:30 +01:00
parent f6064eea53
commit 27387aa080
15 changed files with 122 additions and 76 deletions

View File

@@ -0,0 +1,15 @@
name: acpi
description: |
ACPI bus and SMP driver.
id: net.doorstuck.socks.acpi
license: BSD-3-Clause
copyright: Copyright © Max Wash 2023
sources:
- acpi.c
- apic_ctrl.S
- local_apic.cpp
- smp.cpp
- apic.cpp
- ap_trampoline.S
- io_apic.cpp
- rsdp.c