5.4.1. Virtual Memory is not Process SwappingΒΆ

Here we define something that virtual memory is not. Virtual memory is not process swapping. Process swapping was an early attempt to use secondary memory to supplement physical memory. Process swapping removes the entire memory image of a process from physical memory.

Modern operating systems use virtual memory, but not process swapping.

../../_images/process_swap.png