This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
limine
Watch
1
Star
0
Fork
0
You've already forked limine
mirror of
https://github.com/limine-bootloader/limine
synced
2024-12-04 22:22:24 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
5bdb1bbf55
limine
/
common
/
efi_thunk.asm_uefi_riscv64
9 lines
139 B
Plaintext
Raw
Normal View
History
Unescape
Escape
asm: Add missing section directives
2023-06-20 14:24:49 +03:00
.section .text
Initial riscv64 port (#274) * initial riscv64 port * enable Paging Mode feature for all architectures * riscv: add missing protocol docs * riscv: fix tests * docs: clarify `LIMINE_PAGING_MODE_DEFAULT` macro * build: fix whitespace in common/GNUmakefile * riscv: default to Sv48 paging when supported * vmm: make `VMM_MAX_LEVEL` 1-indexed * limine: do not call `reported_addr()` before finaling paging mode smp/riscv: do not overwrite the argument passed to APs * limine/riscv: update default paging mode in limine.h * test/riscv: pad OVMF.fd when downloading it
2023-06-04 02:36:06 +03:00
.global efi_main
.extern uefi_entry
efi_main:
mv fp, zero
mv ra, zero
j uefi_entry
Reference in New Issue
Copy Permalink