1
0

Add simple 6x13 pixel font

This commit is contained in:
2012-09-09 01:52:23 -04:00
parent 332b86f520
commit c96a4e2a57
3 changed files with 31 additions and 0 deletions

View File

@ -1,5 +1,6 @@
KERNEL_PREFIX = kernel
KOBJS += $(KERNEL_PREFIX)/font.o
KOBJS += $(KERNEL_PREFIX)/framebuffer.o
KOBJS += $(KERNEL_PREFIX)/print.o
KOBJS += $(KERNEL_PREFIX)/start_kernel.o