diff options
author | Freya Murphy <freya@freyacat.org> | 2025-04-29 21:27:17 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-04-30 11:23:59 -0400 |
commit | 78c1891d87c4880289bf76fba82fa8ca0bf6a478 (patch) | |
tree | 7d2f601cc57ede012e4ebfe45cf4f23c5ddc85f6 /kernel/font/font.S | |
parent | update fs headers 2.0 (diff) | |
download | comus-78c1891d87c4880289bf76fba82fa8ca0bf6a478.tar.gz comus-78c1891d87c4880289bf76fba82fa8ca0bf6a478.tar.bz2 comus-78c1891d87c4880289bf76fba82fa8ca0bf6a478.zip |
update makefiles
Diffstat (limited to 'kernel/font/font.S')
-rw-r--r-- | kernel/font/font.S | 7 |
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" |