wip: bare bones for C in kernel
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
.section .text.boot, "ax"
|
||||
.global _start
|
||||
|
||||
_start:
|
||||
bl kmain
|
||||
.hang:
|
||||
b .hang
|
||||
bl KernelMain
|
||||
b .
|
||||
Reference in New Issue
Block a user