Demand Paging
Page-fault Definition - occurs when a process tries to access a page not in memory
Remedying a page fault
Pure Demand Paging – never bring a page into memory until it is required
Problems with Demand Paging
Restarting instructions
One instruction modifying several different locations
Solutions:Access blocks before any modification occurs
Use temporary registers to hold values of overwritten locations