1
0

Move from 'hello.c' to 'start_kernel.c' to sound more professional...

...though at this point start_kernel.c just does a test of the video and
serial/printing capabilities and nothing else.
This commit is contained in:
2012-09-07 23:56:32 -04:00
parent 38f87f12c5
commit 8fbb809a5e
3 changed files with 31 additions and 24 deletions

View File

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