Introduction - If you have any usage issues, please Google them yourself
By priority scheduling algorithms, with a pointer to the first process of the ready queue, and another pointer to point to a running process. Each process is identified by a PCB. Scheduling, always choose the highest priority execution and dynamic scheduling: Each time you run priority minus 1, the estimated running time minus 1. 3. Scheduling repeat until completed.