Implementing SJF Scheduling Algorithm in MINIX 3.2.1

60 Views Asked by At

I'm currently working on a project for an Operating Systems course at university

Implementing an SJF Scheduling Algorithm is required instead of the current MINIX 3.2.1 default scheduling algorithm.
I'm having difficulty finding resources on the internet due to Minix being outdated.

Any idea on how to implement such an algorithm?

I tried to change the source code inside sched and pm directories with no luck in implementing the algorithm successfully.

0

There are 0 best solutions below