操作系统第九版部分课后作业习题答案.docVIP

  • 56
  • 0
  • 约1.74万字
  • 约 18页
  • 2017-02-17 发布于湖北
  • 举报

操作系统第九版部分课后作业习题答案.doc

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 yo

文档评论(0)

1亿VIP精品文档

相关文档