9 lines
99 B
Plaintext
9 lines
99 B
Plaintext
|
.global efi_main
|
||
|
.extern uefi_entry
|
||
|
|
||
|
efi_main:
|
||
|
mov x30, xzr
|
||
|
mov x29, xzr
|
||
|
|
||
|
b uefi_entry
|