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:
parent
24e64cac7e
commit
194bf5a677
7 changed files with 406 additions and 0 deletions
|
@ -513,6 +513,7 @@ elseif("${SERENITY_ARCH}" STREQUAL "riscv64")
|
|||
kprintf.cpp
|
||||
|
||||
Arch/riscv64/boot.S
|
||||
Arch/riscv64/Processor.cpp
|
||||
Arch/riscv64/SBI.cpp
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue