Aaron Lindsay
8fbb809a5e
...though at this point start_kernel.c just does a test of the video and serial/printing capabilities and nothing else.
6 lines
139 B
Makefile
6 lines
139 B
Makefile
KERNEL_PREFIX = kernel
|
|
|
|
KOBJS += $(KERNEL_PREFIX)/framebuffer.o
|
|
KOBJS += $(KERNEL_PREFIX)/print.o
|
|
KOBJS += $(KERNEL_PREFIX)/start_kernel.o
|