Now prints "Hello, World" on boot
This commit is contained in:
@@ -60,6 +60,7 @@ set(OS_KERNEL_LINKER "${CMAKE_CURRENT_SOURCE_DIR}/src/arch/${OS_ARCH_TARGET}/lin
|
||||
add_executable(uiaos-kernel
|
||||
src/multiboot2.asm # TODO: Add multiboot2 support
|
||||
src/kernel.c
|
||||
src/terminal.c
|
||||
)
|
||||
|
||||
# Include directories for the kernel target
|
||||
|
||||
Reference in New Issue
Block a user