Create directory structure and initial build system (AI)

This commit is contained in:
AI
2026-02-23 08:21:49 +00:00
parent ffb8b02762
commit 34382babb3
5 changed files with 64 additions and 2 deletions

3
src/kernel.c Normal file
View File

@@ -0,0 +1,3 @@
void _start() {
while(1) {}
}