mirror of
https://github.com/limine-bootloader/limine
synced 2024-12-05 14:42:16 +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
|