Description: Process scheduling algorithm 1) the design process, process control block PCB table structure, applicable to the number of priority scheduling algorithm and scheduling algorithm for cyclic rotation. PCB structure typically includes the following information: process name, process priority number (or cycle time slice), the CPU time occupied by the process, the process of the state, the current queue pointers. According to the different scheduling algorithm, PCB structure, content can make the appropriate additions and deletions. 2) the establishment of the process ready queue. The preparation of two different algorithms into the chain process. 3) the preparation of two kinds of process scheduling algorithm: 1) Priority scheduling 2) Cycle Cycle Scheduling.
To Search:
File list (Check if you may need any files):
os.cpp