homework-7 Version 0 |
|
👤 Author: by theliyunzealiyuncom 2019-12-11 03:13:06 |
When page fault happens in virtual memory management, what is the steps of OS to handle this situation
Check the location of the referenced page in the PMT
If a page fault occured, call on the operating system to fix it
Using the frame replacement algorithm, find the frame location
Read the data from disk to memory
Update the page map table for the process
The instruction that caused the page fault is restarted when the process resumes execution.