ladybird/Kernel/Arch/riscv64
Sönke Holz 6ef2c34eb4 Kernel: Add riscv64 assembly startup code
This adds a simple boot.S for RISC-V (64-bit), which clears the BSS and
sets up the processor to be ready for pre_init.cpp (which is not added
yet).
2023-08-29 11:07:06 +02:00
..
boot.S Kernel: Add riscv64 assembly startup code 2023-08-29 11:07:06 +02:00
linker.ld Kernel: Add linker script for riscv64 2023-08-29 11:07:06 +02:00
mcontext.h