summaryrefslogtreecommitdiff
path: root/kernel/fonts.h
diff options
context:
space:
mode:
authorAnton Kling <anton@kling.gg>2024-10-16 20:41:17 +0200
committerAnton Kling <anton@kling.gg>2024-10-16 20:41:17 +0200
commit4e817cecfa7328af34fb96db7f052352737cd07e (patch)
treee2470a6e3f9683ed83a1e4067dd0ab79a9b67be5 /kernel/fonts.h
parent6d4f0e917f638c0ab53d847037938d83497f53ea (diff)
kernel: Add RSOD(red screen of death)
This is not useful since 99% of the time I will have access to the serial output. But it does look cool.
Diffstat (limited to 'kernel/fonts.h')
-rw-r--r--kernel/fonts.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/fonts.h b/kernel/fonts.h
new file mode 100644
index 0000000..b7a615e
--- /dev/null
+++ b/kernel/fonts.h
@@ -0,0 +1 @@
+extern const unsigned char font8x8_basic[128][8];