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.
- Host: GitHub
- URL: https://github.com/billgewrgoulas/minix
- Owner: billgewrgoulas
- Created: 2021-04-12T10:32:45.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-04-02T17:32:19.000Z (over 4 years ago)
- Last Synced: 2025-07-04T06:37:30.474Z (about 1 year ago)
- Topics: linux-kernel
- Language: C
- Homepage:
- Size: 2.29 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.