Kernel: Fonts can now be parsed from the filesystem and set to terminal

We currently dont have a fallback font if we cannot get to filesystem
initialization, but that will come later. I can't test on real hardware
for this reason.
This commit is contained in:
Bananymous
2023-02-22 22:29:31 +02:00
parent 0e668738dc
commit a4980acc88
16 changed files with 78 additions and 58344 deletions

View File

@@ -37,7 +37,7 @@ kernel/build_libc.o \
kernel/CPUID.o \
kernel/Debug.o \
kernel/DiskIO.o \
kernel/font.o \
kernel/Font.o \
kernel/FS/Ext2.o \
kernel/FS/VirtualFileSystem.o \
kernel/Input.o \