Donate Share

dynsched - dynamic cpu scheduler

File Release Notes and Changelog

Release Name: dynsched-0.1

Notes:
We are pround to present a research project on University of Applied Sciences Konstanz (Fachhochschule Konstanz http://www.fh-konstanz.de/ )
the purpose of this project was a process scheduler for linux kernel, which make it possible to switch different scheduler implementations on the fly. Currently we support the switching of the following schedulers at runtime: ingosched,staircase and nicksched. The spa based schedulers are following soo

Changes: Version 0.1 * This release is based on the plugsched version 6.1 for 2.6.13 Kernels. * currently the following schedulers can be switched vice versa: ingosched,staircase,nicksched. TODO: * adding support for the spa based schedulers.