pluto/src/kernel/start.s

9 lines
89 B
ArmAsm
Raw Normal View History

.global _start
.type _start, @function
_start:
call kmain
halt:
cli
hlt
jmp halt