Commit Graph

6 Commits

Author SHA1 Message Date
mintsuki 0a0e2018e9 misc: Misc EFI linker script improvements and drop .sbat 2023-09-11 04:27:02 -05:00
mintsuki 62219b366b misc: Improve UEFI linker scripts 2023-09-09 15:49:17 -05:00
mintsuki c811a9a18f rv64: Misc relaxation related fixes 2023-08-01 05:06:40 -05:00
mintsuki f16b428aaf riscv64: Do not use global pointer register 2023-07-13 04:45:33 +02:00
mintsuki 666c5dfcd1 riscv64: Update location of __global_pointer$ 2023-06-06 00:17:07 +02:00
xvanc 9274ee656e
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 01:36:06 +02:00