13 lines
154 B
Plaintext
13 lines
154 B
Plaintext
.section .text
|
|
|
|
.global efi_main
|
|
.extern uefi_entry
|
|
|
|
efi_main:
|
|
mov x30, xzr
|
|
mov x29, xzr
|
|
|
|
b uefi_entry
|
|
|
|
.section .note.GNU-stack,"",%progbits
|