12 lines
194 B
Plaintext
12 lines
194 B
Plaintext
.section .text
|
|
|
|
.global efi_main
|
|
.extern uefi_entry
|
|
efi_main:
|
|
.option norelax
|
|
mv fp, zero
|
|
mv ra, zero
|
|
j uefi_entry
|
|
|
|
.section .note.GNU-stack,"",%progbits
|