This website requires JavaScript.
Explore
Help
Sign In
Aren
/
rulimine
Watch
1
Star
0
Fork
You've already forked rulimine
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
c626e63b56
rulimine
/
common
/
efi_thunk.asm_uefi_ia32
7 lines
99 B
Plaintext
Raw
Blame
History
global efi_main
extern uefi_entry
efi_main:
xor eax, eax
mov [esp], eax
jmp uefi_entry
Reference in New Issue
View Git Blame
Copy Permalink