Operating system experiment

This article is mainly a summary of the experimental content of the operating system on the machine

experiment one

Simulate process queue with random events

                                                                               
Experiment 2

Process scheduling first come first served

 
Experiment 3

Priority and time slice of process scheduling

 
Experiment 4 

Fixed partition allocation for memory management

 
Experiment 5

Dynamic partition allocation for memory management (first adaptation)

 
Experiment 6

LRU of page replacement algorithm

 
Experiment 7

Banker algorithm

 
Experiment 8 Operating system curriculum  

Guess you like

Origin www.cnblogs.com/byczyz/p/12732848.html