Setup simple kernel with Hello World output via debugcon (AI)

This commit is contained in:
AI
2026-02-23 08:24:50 +00:00
parent 34382babb3
commit a048764a3d
6 changed files with 101 additions and 6 deletions

View File

@@ -1,6 +1,7 @@
cmake_minimum_required(VERSION 3.16)
add_executable(kernel
boot.S
kernel.c
)