Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lastland/minix-3.1.7-lottery-scheduler
A patch to implement lottery scheduling policy on MINIX 3.1.7.
https://github.com/lastland/minix-3.1.7-lottery-scheduler
Last synced: 26 days ago
JSON representation
A patch to implement lottery scheduling policy on MINIX 3.1.7.
- Host: GitHub
- URL: https://github.com/lastland/minix-3.1.7-lottery-scheduler
- Owner: lastland
- Created: 2011-11-29T03:55:14.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2011-11-29T09:33:03.000Z (almost 13 years ago)
- Last Synced: 2023-03-12T03:37:24.888Z (over 1 year ago)
- Homepage:
- Size: 95.7 KB
- Stars: 11
- Watchers: 2
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
This is a implementation of lottery scheduler for MINIX 3.1.7.
How To Install:
1. Copy sched.patch to /usr directoy in your MINIX system.
2. Run "patch -p1 < sched.patch" in /usr directory.
3. Run "make install" in /usr/src/tools directory.
4. Reboot your MINIX and enter the new customize kernel.
Note:
Please do this in a clean src directories on MINIX 3.1.7. I make no guaratee
this patch would work with other patches, or other MINIX versions.
Check sched.design if you want further information on this patch.