mirror of
https://github.com/limine-bootloader/limine
synced 2025-01-05 20:34:33 +03:00
7 lines
99 B
Plaintext
7 lines
99 B
Plaintext
|
global efi_main
|
||
|
extern uefi_entry
|
||
|
efi_main:
|
||
|
xor eax, eax
|
||
|
mov [esp], eax
|
||
|
jmp uefi_entry
|