diff options
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 |
