An open API service indexing awesome lists of open source software.

https://github.com/billgewrgoulas/minix

Fair scheduling in Minix using a custom priority algorithm.
https://github.com/billgewrgoulas/minix

linux-kernel

Last synced: 3 months ago
JSON representation

Fair scheduling in Minix using a custom priority algorithm.

Awesome Lists containing this project

README

          

# Implementation of fair process scheduling in Minix OS.

The purpose of this assignment is to modify the legacy code of Minix and apply our own custom scheduling algorithm.