1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 07:37:35 +00:00

Kernel/riscv64: Add RISC-V Processor class

This commit is contained in:
Sönke Holz 2023-10-21 16:23:58 +02:00 committed by Andrew Kaster
parent 24e64cac7e
commit 194bf5a677
7 changed files with 406 additions and 0 deletions

View file

@ -513,6 +513,7 @@ elseif("${SERENITY_ARCH}" STREQUAL "riscv64")
kprintf.cpp
Arch/riscv64/boot.S
Arch/riscv64/Processor.cpp
Arch/riscv64/SBI.cpp
)