Structs§
- The global
Scheduler
coordinates the main ‘run loop’ of the kernel, allocating CPU time to userspace tasks. There is one globalScheduler
instance, which then holds aCpuScheduler
for each running processor to coordinate tasks running on that processor.