1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 07:57:46 +00:00

Kernel/aarch64: Stub more functions to be able to build Scheduler.cpp

With all these functions stubbed, Scheduler.cpp is now buidable!
This commit is contained in:
Timon Kruiper 2022-10-17 19:59:09 +02:00 committed by Linus Groh
parent 352f980ca2
commit 1a84cb5457
2 changed files with 57 additions and 33 deletions

View file

@ -504,6 +504,7 @@ else()
KString.cpp
KSyms.cpp
MiniStdLib.cpp
Scheduler.cpp
StdLib.cpp
Time/TimeManagement.cpp
TimerQueue.cpp