Page fault: Difference between revisions

From Computer History Wiki
Jump to navigationJump to search
An OK start
 
m +cat
 
Line 4: Line 4:


{{stub}}
{{stub}}
[[Category: OS Basics]]

Latest revision as of 18:03, 18 December 2018

A page fault is an event in a virtual memory system when the CPU makes a reference to a page in the current process' address space which is not 'resident' - i.e. it is currently on secondary storage, not in main memory.

When this happens, a trap results; before the faulting instruction can be re-started, the page has to be brought into main memory.