[prev] 44 [next]

Virtual Memory (cont)

We can imagine that a process's address space ...
  • exists on disk for the duration of the process's execution
  • and only some parts of it are in memory at any given time

[Diagram:Pics/opsys/process-pages.png]

Transferring pages between disk↔memory is very expensive

  • need to ensure minimal reading from / writing to disk