ALL > Computer and Education > courses > university courses > undergraduate courses > Operating System > zstu-(2021-2022)-1 > student homework directories > 2019529628006_John Nagbe Kofa >
2019529628006_John Nagbe Kofa_Homework 11 Version 0
👤 Author: by meekkofaoutlookcom 2021-12-22 10:18:07
Describe in detail the steps in handling a page fault

Answer:

  1. Check the location of the referenced page in the PMT

  2. If a page fault occured, call on the operating system to fix it

  3. Using the frame replacement algorithm, find the frame location

  4. Read the data from disk to memory

  5. Update the page map table for the process

  6. The instruction that caused the page fault is restarted when the process resumes execution.


 

Please login to reply. Login

Reversion History

Loading...
No reversions found.