From ba5683581d00d9f02d470f4cde881293cc838a91 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Sat, 28 Sep 2024 10:26:46 -0400 Subject: basic keyboard support --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index deb1bac..c8fb67f 100644 --- a/Makefile +++ b/Makefile @@ -2,9 +2,10 @@ CXXFLAGS := -m32 -ggdb -g3 -O0 -fno-pic -ffreestanding -fno-rtti -fno-exceptions LDFLAGS := -m32 -static -T link.ld -ffreestanding -nostdlib CXXFILES := acpi.cpp \ - boot.cpp \ + boot.cpp \ gdt.cpp \ idt.cpp \ + keyboard.cpp \ memory.cpp \ multiboot.cpp \ pic.cpp \ -- cgit v1.2.3