- 22
- 0
- 约11.73万字
- 约 22页
- 2016-12-15 发布于河南
- 举报
CHAPTER 9 Virtual Memory
Practice Exercises
9.1 Under what circumstances do page faults occur? Describe the actions
taken by the operating system when a page fault occurs.
Answer:
A page fault occurs when an access to a page that has not been
brought into main memory takes place. The operating system veri?es
the memory access, aborting the program if it is invalid. If it is valid, a
free frame is located and I/O is requested to read the needed page into
the free frame. Upon completion of I/O, the process table and page table
are updated and the instruction is restarted.
9.2 Assume that y
原创力文档

文档评论(0)