8.10
3 The Components
This page describes the essential components of the toy operating system that we aim to implement. In particular, it details the responsibility and functionality of the components, their overall design, and interesting implementation details.
3.1 Scheduler
The responsibility of the scheduler is to adequately allocate tasks of a process to the resources of the system.