mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 06:37:43 +00:00
Kernel/riscv64: Make the kernel compile
This commits inserts TODOs into all necessary places to make the kernel compile on riscv64!
This commit is contained in:
parent
b6ac2ed34d
commit
da88d766b2
37 changed files with 633 additions and 5 deletions
|
@ -18,7 +18,7 @@
|
|||
#include <Kernel/Sections.h>
|
||||
#include <Kernel/Tasks/PerformanceManager.h>
|
||||
|
||||
#if ARCH(X86_64) || ARCH(AARCH64)
|
||||
#if ARCH(X86_64) || ARCH(AARCH64) || ARCH(RISCV64)
|
||||
static constexpr size_t CHUNK_SIZE = 64;
|
||||
#else
|
||||
# error Unknown architecture
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue