mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 23:27:35 +00:00
Kernel/riscv64: Make the kernel compilable using GCC
This commit adds all necessary includes, so all functions are properly declared. PCI.cpp is moved to PCI/Initializer.cpp, as that matches the header path.
This commit is contained in:
parent
4cd1e4d69e
commit
2b44c4c3f7
5 changed files with 6 additions and 2 deletions
|
@ -522,7 +522,7 @@ elseif("${SERENITY_ARCH}" STREQUAL "riscv64")
|
|||
Arch/riscv64/Interrupts.cpp
|
||||
Arch/riscv64/PageDirectory.cpp
|
||||
Arch/riscv64/Panic.cpp
|
||||
Arch/riscv64/PCI.cpp
|
||||
Arch/riscv64/PCI/Initializer.cpp
|
||||
Arch/riscv64/PowerState.cpp
|
||||
Arch/riscv64/pre_init.cpp
|
||||
Arch/riscv64/Processor.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue