wip: bare bones for C in kernel

This commit is contained in:
karina
2026-04-22 23:12:06 +04:00
parent 97538aa098
commit bfa84040b8
13 changed files with 46 additions and 507 deletions
+2 -4
View File
@@ -1,7 +1,5 @@
.section .text.boot, "ax"
.global _start
_start:
bl kmain
.hang:
b .hang
bl KernelMain
b .