ZOVboot/limine/common/efi_thunk.asm_uefi_aarch64
2026-03-13 14:19:46 +00:00

12 lines
154 B
Text

.section .text
.global efi_main
.extern uefi_entry
efi_main:
mov x30, xzr
mov x29, xzr
b uefi_entry
.section .note.GNU-stack,"",%progbits