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

10 lines
171 B
Text

section .text
global efi_main
extern uefi_entry
efi_main:
xor eax, eax
mov [esp], eax
jmp uefi_entry
section .note.GNU-stack noalloc noexec nowrite progbits