Add GDT and IDT

This commit is contained in:
Bananymous
2022-11-16 19:49:09 +02:00
parent b500a8a7ed
commit f2b45ba212
6 changed files with 236 additions and 15 deletions

View File

@@ -29,6 +29,8 @@ LIBS:=$(LIBS) $(KERNEL_ARCH_LIBS)
KERNEL_OBJS=\
$(KERNEL_ARCH_OBJS) \
kernel/GDT.o \
kernel/IDT.o \
kernel/kernel.o \
kernel/kmalloc.o \
kernel/SSP.o \