From 8f9329da623bf0812df44f60867180020283ff3f Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Fri, 27 Sep 2024 20:24:07 -0400 Subject: acpi detection --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 652f617..deb1bac 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,8 @@ CXXFLAGS := -m32 -ggdb -g3 -O0 -fno-pic -ffreestanding -fno-rtti -fno-exceptions -std=c++23 LDFLAGS := -m32 -static -T link.ld -ffreestanding -nostdlib -CXXFILES := boot.cpp \ +CXXFILES := acpi.cpp \ + boot.cpp \ gdt.cpp \ idt.cpp \ memory.cpp \ -- cgit v1.2.3