Now prints "Hello, World" on boot

This commit is contained in:
Chris
2026-04-10 17:41:15 +00:00
parent c9d5705ae8
commit c4bed9000d
8 changed files with 119 additions and 11 deletions

View File

@@ -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