Kernel: Implement basic AC97 driver

This commit is contained in:
2025-07-15 14:17:49 +03:00
parent 674e194a91
commit 8a663cb94f
9 changed files with 506 additions and 1 deletions
+2
View File
@@ -6,6 +6,8 @@ set(KERNEL_SOURCES
kernel/ACPI/AML/OpRegion.cpp
kernel/ACPI/BatterySystem.cpp
kernel/APIC.cpp
kernel/Audio/AC97/Controller.cpp
kernel/Audio/Controller.cpp
kernel/BootInfo.cpp
kernel/CPUID.cpp
kernel/Credentials.cpp