The whole system allows up to 10 processes currently stay in the memory, only one of them is running on the CPU, while the others are either in the Ready Queue, or blocked in the Disk Queue (i.e. waiting for disk I/O). Each process has its PCB. just follow the format in the textbook. For memory management, you may choose paging (page size 64 byte or larger) or other management methods. No requirement on
deadlock prevention or virtual memory.
https://www.cl.cam.ac.uk/teaching/1011/OpSystems/os1a-slides.pdf
Comments
Leave a comment