A First Approach to Partitioning
Paging
Divide memory into fixed-size blocks called pages (e.g., 4K words)
Addresses are page-number | offset
Virtual page number is index to a page table containing physical page numbers
Look up page and substitute
<BACK
INDEX
NEXT>