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:
@@ -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=\
|
||||
|
||||
Reference in New Issue
Block a user