ZOVboot/limine/common/efi_thunk.asm_uefi_riscv64
2026-03-13 14:19:46 +00:00

11 lines
194 B
Text

.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