kern: implement much of KScheduler, KHardwareTimer
This commit is contained in:
@@ -202,4 +202,8 @@ namespace ams::kern {
|
||||
/* TODO */
|
||||
}
|
||||
|
||||
KThreadContext *KThread::GetContextForSchedulerLoop() {
|
||||
return std::addressof(this->thread_context);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user