5 lines
74 B
ArmAsm
5 lines
74 B
ArmAsm
.section .text.boot, "ax"
|
|
.global _start
|
|
_start:
|
|
bl KernelMain
|
|
b . |