Kernel: Fix prefs font for 32 bit

This commit is contained in:
Bananymous
2023-02-24 03:19:54 +02:00
parent 6c1f0d1dc8
commit 80f9428337
3 changed files with 5 additions and 1 deletions

View File

@@ -3,6 +3,8 @@ KERNEL_ARCH_CPPFLAGS=
KERNEL_ARCH_LDFLAGS=
KERNEL_ARCH_LIBS=
ELF_FORMAT=elf32-i386
KERNEL_ARCH_OBJS= \
$(ARCHDIR)/boot.o \
$(ARCHDIR)/IDT.o \