Setup simple kernel with Hello World output via debugcon (AI)
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
cmake_minimum_required(VERSION 3.16)
|
||||
|
||||
add_executable(kernel
|
||||
boot.S
|
||||
kernel.c
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user