Kernel: Properly handle finnish keyboard layout.

You can now type any basic ascii character from keyboard.
Multimedia keys are not yet handled.
This commit is contained in:
Bananymous
2022-12-08 17:52:08 +02:00
parent 5ba7af2cf6
commit 817de9f359
7 changed files with 708 additions and 372 deletions

View File

@@ -32,10 +32,10 @@ BUILDDIR=$(abspath build)
KERNEL_OBJS=\
$(KERNEL_ARCH_OBJS) \
kernel/kernel.o \
kernel/Keyboard.o \
kernel/kmalloc.o \
kernel/PIC.o \
kernel/PIT.o \
kernel/PS2.o \
kernel/SSP.o \
OBJS=\