-
Solving starvation problem in Process scheduling
-
The default schedular has the starvation issue in which the processes with lowest priorities dont get enough time to execute and hence starve.
-
2 approaches used-
- Exponential schedular
- Linux like schedular
- C codes compatible with Xinu OS.