From 36de2495d62c1652236ac1ffcba46b0b12ddabeb Mon Sep 17 00:00:00 2001 From: Aleksa Vuckovic Date: Sat, 6 Aug 2022 20:03:12 +0200 Subject: keymap --- kernel/include/font.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'kernel/include/font.h') diff --git a/kernel/include/font.h b/kernel/include/font.h index 678a6c2..2bb00fa 100644 --- a/kernel/include/font.h +++ b/kernel/include/font.h @@ -19,7 +19,6 @@ typedef struct { /* font i used: /usr/share/kbd/consolefonts/lat9-16.psf.gz */ /* xxd -i font.psf */ -#endif unsigned char font[] = { 0x72, 0xb5, 0x4a, 0x86, 0x00, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, @@ -367,3 +366,5 @@ unsigned char font[] = { 0x00, 0xc6, 0xc6, 0xc6, 0xc6, 0xc6, 0xc6, 0x7e, 0x06, 0x0c, 0xf8, 0x00 }; unsigned int font_len = 4128; + +#endif -- cgit v1.2.3