Virtual Memory
In this chapter, we will:
- Define what virtual memory is, and explain what issues it solves.
- Define and illustrate the methods of Demand Paging, Copy-on-Write, and Page Replacement.
- Introduce strategies for allocating frames, and analyze the issue of thrashing.
- Find out how to map files onto memory, and what benefits this approach brings.