This website requires JavaScript.
Explore
Help
Sign In
Aren
/
rulimine
Watch
1
Star
0
Fork
You've already forked rulimine
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
8ee9dc1ebd
rulimine
/
common
/
efi_thunk.asm_uefi_aarch64
9 lines
99 B
Plaintext
Raw
Blame
History
.global efi_main
.extern uefi_entry
efi_main:
mov x30, xzr
mov x29, xzr
b uefi_entry
Reference in New Issue
View Git Blame
Copy Permalink