Introduction - If you have any usage issues, please Google them yourself
Operating system experiment, the process scheduling
1. The structure of the design process control block PCB, generally should include the following information:
Process name, process priority number (or the number of cycle time slice), the process has the amount of CPU time and process to finish also need time and process condition, the current queue pointer, etc.
2. Write two scheduling algorithm program:
Priority scheduling algorithm
Cycle scheduling algorithm procedures
3. The output as required.