Fixed ARM11 access to chainloaded payloads
This commit is contained in:
11
screeninit/source/start.s
Normal file
11
screeninit/source/start.s
Normal file
@@ -0,0 +1,11 @@
|
||||
.section .text.start
|
||||
.align 4
|
||||
.global _start
|
||||
_start:
|
||||
@ Disable interrupts
|
||||
CPSID aif
|
||||
|
||||
bl main
|
||||
|
||||
.die:
|
||||
b .die
|
||||
Reference in New Issue
Block a user