homework_2 Version 0 |
|
👤 Author: by 838135750qqcom 2019-09-16 08:44:28 |
First the process is created, then it enters the ready state. Then it runs. If it is interrupted, it enters the ready state. If I/O or event occurs, it enters the waiting state. After completing the event, it enters the ready state, and finally it enters the termination state.
In order to describe and control the running of processes, the system defines PCB for each process.