From 7bf2c634fdb55d67affe74a2ed0a157610308942 Mon Sep 17 00:00:00 2001 From: Danny Holman Date: Mon, 30 Aug 2021 08:26:05 -0500 Subject: i386: create idt.c and isr.s Create files that add IDT support for i386. Signed-off-by: Danny Holman --- arch/i386/make.config | 2 ++ 1 file changed, 2 insertions(+) (limited to 'arch/i386/make.config') diff --git a/arch/i386/make.config b/arch/i386/make.config index 6582794..c807884 100644 --- a/arch/i386/make.config +++ b/arch/i386/make.config @@ -4,6 +4,8 @@ KERNEL_ARCH_LDFLAGS= KERNEL_ARCH_LIBS= KERNEL_ARCH_OBJS=$(ARCHDIR)/boot/boot.o \ + $(ARCHDIR)/boot/isr.o \ $(ARCHDIR)/boot/tty.o \ $(ARCHDIR)/boot/gdt.o \ + $(ARCHDIR)/boot/idt.o \ $(ARCHDIR)/kernel/serial.o \ -- cgit v1.2.3