run: bare-metal hello boots on cortex-a7, emmc 8GiB real GPT33

This commit is contained in:
SashegDev
2026-09-07 08:46:07 +00:00
parent 5378d02ace
commit c7dcda0200
4 changed files with 145 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
.section .text
.global _start
.arm
_start:
ldr sp, =0x40200000
bl main
hang:
b hang