summaryrefslogtreecommitdiff
path: root/kernel/font/font.S
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/font/font.S')
-rw-r--r--kernel/font/font.S7
1 files changed, 7 insertions, 0 deletions
diff --git a/kernel/font/font.S b/kernel/font/font.S
new file mode 100644
index 0000000..571876b
--- /dev/null
+++ b/kernel/font/font.S
@@ -0,0 +1,7 @@
+ .globl en_font
+
+ .section .rodata
+
+ .align 8
+en_font:
+ .incbin "font/default8x16.psfu"