Index: kernel/genarch/include/fb/font-8x16.h
===================================================================
--- kernel/genarch/include/fb/font-8x16.h	(revision 84afc7bf42bf4b5e22750a7f377f4bfc31636630)
+++ kernel/genarch/include/fb/font-8x16.h	(revision eec616bc34e4233a5e002814ad0f802ef63af58d)
@@ -36,11 +36,12 @@
 #define KERN_FONT_8X16_H_
 
-#define FONT_GLYPHS      256
-#define FONT_WIDTH       8
-#define FONT_SCANLINES   16
+#define FONT_GLYPHS     2898
+#define FONT_WIDTH      8
+#define FONT_SCANLINES  16
 
-#include <arch/types.h>
+#include <typedefs.h>
 
-extern uint8_t fb_font[FONT_GLYPHS * FONT_SCANLINES];
+extern uint16_t fb_font_glyph(const wchar_t ch);
+extern uint8_t fb_font[FONT_GLYPHS][FONT_SCANLINES];
 
 #endif
