7 lines
81 B
ArmAsm
7 lines
81 B
ArmAsm
.section .text.boot, "ax"
|
|
.global _start
|
|
|
|
_start:
|
|
bl kmain
|
|
.hang:
|
|
b .hang |