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

@@ -96,7 +96,7 @@ $(ARCHDIR)/crtbegin.o $(ARCHDIR)/crtend.o:
$(CC) -MD -c $< -o $(BUILDDIR)/$@ $(CFLAGS)
.psf.o:
objcopy -O elf64-x86-64 -B i386 -I binary $< $(BUILDDIR)/$@
objcopy -O $(ELF_FORMAT) -B i386 -I binary $< $(BUILDDIR)/$@
always:
mkdir -p $(BUILDDIR)/$(ARCHDIR)