:: limine / common / efi_thunk.asm_uefi_riscv64 194 B raw

1
.section .text
2
3
.global efi_main
4
.extern uefi_entry
5
efi_main:
6
.option norelax
7
        mv      fp, zero
8
        mv      ra, zero
9
        j       uefi_entry
10
11
.section .note.GNU-stack,"",%progbits
tab: 248 wrap: offon