rulimine/common/efi_thunk.asm_uefi_riscv64

12 lines
194 B
Plaintext
Raw Normal View History

2023-06-20 13:24:49 +02:00
.section .text
.global efi_main
.extern uefi_entry
efi_main:
2023-08-01 05:06:40 -05:00
.option norelax
mv fp, zero
mv ra, zero
j uefi_entry
.section .note.GNU-stack,"",%progbits