Disk Scheduling Simulation Program for Operating System Course Design
Establish data structure description of the disk; Generate jobs in two ways: (a) automatically, (b) manually; Display the execution status of each job on the screen; Simulate the passage of time using the following methods: (a) by keyboard, each press can be considered as one time unit passing; (b) responding to WM_TIMER; Store the execution status of a batch of disk requests into a disk file, which can be read out and replayed later. Support algorithms: FCFS, SSTF, SCAN, CSCAN, FSCAN.
6.94MB
文件大小:
评论区