Closed trylimits closed 9 years ago
If a process is started we set its state to READY even if the L1 page table is not set. We should set the state of a process to BLOCKED first and after the MMU has done its job we should set the state to FREE.
READY
BLOCKED
FREE
DONE
If a process is started we set its state to
READY
even if the L1 page table is not set. We should set the state of a process toBLOCKED
first and after the MMU has done its job we should set the state toFREE
.