Start adding simple video console which uses framebuffer
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
KERNEL_PREFIX = kernel
|
||||
|
||||
KOBJS += $(KERNEL_PREFIX)/console.o
|
||||
KOBJS += $(KERNEL_PREFIX)/font.o
|
||||
KOBJS += $(KERNEL_PREFIX)/framebuffer.o
|
||||
KOBJS += $(KERNEL_PREFIX)/print.o
|
||||
|
Reference in New Issue
Block a user