Skip to content

Commit

Permalink
sysdeps/managarm: Add missing Scrt1.S for aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
qookei committed Dec 22, 2023
1 parent 6567088 commit efbb2e1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions sysdeps/managarm/aarch64/crt-src/Scrt1.S
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
.section .text
.global _start
_start:
adr x0, main

bl __mlibc_entry
brk #0

.section .note.GNU-stack,"",%progbits

0 comments on commit efbb2e1

Please sign in to comment.