Kernel: Move ACPI to its own file

This commit is contained in:
Bananymous
2023-03-27 03:38:55 +03:00
parent 0cebf248a3
commit c7286396d8
5 changed files with 229 additions and 144 deletions

View File

@@ -36,6 +36,7 @@ BUILDDIR=$(abspath build)
KERNEL_OBJS= \
$(KERNEL_ARCH_OBJS) \
font/prefs.o \
kernel/ACPI.o \
kernel/APIC.o \
kernel/build_libc.o \
kernel/CPUID.o \