Penguin
Note: You are viewing an old revision of this page. View the current version.

In VirtualMemory systems a PageFault occurs when a process reads or writes to a page of memory which is not in memory. If the page is not in memory because it's been swapped to the HardDrive? then the process must be suspended until the page can be retreived from disk.