Files
ksOS/Kernel/Source/Arch/entry.S
T

6 lines
103 B
ArmAsm

.section .text.boot, "ax"
.global _start
_start:
bl ExceptionsVectorsInit
bl KernelMain
b .