diff options
| author | Aleksa Vuckovic <aleksav013@gmail.com> | 2022-08-06 20:03:12 +0200 |
|---|---|---|
| committer | Aleksa Vuckovic <aleksav013@gmail.com> | 2022-08-06 20:03:12 +0200 |
| commit | 36de2495d62c1652236ac1ffcba46b0b12ddabeb (patch) | |
| tree | 4c34581841f3bb8f063f0f4769a302aed2d86548 /kernel/include/font.h | |
| parent | bd7d4366b6643b5c6cd04f40dd32f5d9c9575fd6 (diff) | |
keymap
Diffstat (limited to 'kernel/include/font.h')
| -rw-r--r-- | kernel/include/font.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 |
