Courses/Computer Science/CPSC 457.F2013/Lecture Notes/PageReplacement

From wiki.ucalgary.ca
< Courses‎ | Computer Science‎ | CPSC 457.F2013‎ | Lecture Notes
Revision as of 21:21, 13 October 2013 by Vrvardeleon (talk | contribs) (Scribe Notes)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Page Replacement

In this session we will look at one of the most important and studied topics in operating systems: the approaches taken to managing a working set of memory pages, and shuffling them in between disk and physical memory to support paging and virtual memory.

Focus Question

How does the OS pick which page frame to evict when a page fault occurs and there are no free page frames?

Notes

Scribe Notes

Readings

  • MOS: 3.4
  • MOS: 3.5
  • MOS: 3.6