Skip to content

First version of the scheduler

Latest

Choose a tag to compare

@lazanasAle lazanasAle released this 31 Oct 20:34

The current version is the first of the linux kernel scheduler in this repository. It supports all the key features of a scheduling policy, only thing missing (that I intend to add in the next version) is SMP functions that include CPU migration and load-balancing. In the current version each process stays on the CPU that it was born at first until it is terminated or changed policy from highest value first to another one.