Introduction - If you have any usage issues, please Google them yourself
Write a program to complete the single processor systems process scheduling, requires round-robin scheduling policy. Details:
1, to determine PCB content and organization.
2, requires the modeling process i dle (new), ready, running, blocking and completed five states.
3, process creation, process scheduling, process and process blocking wake four primitives.
4, the main function of the preparation process of the entire system test.