This page (revision-1) was last changed on 29-Nov-2024 16:16 by UnknownAuthor

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 1 added 83 lines
!!! Overview
[{$pagename}] is a type of [exception] raised by computer hardware when a running program accesses a memory page that is not currently mapped by the memory management unit (MMU) into the [Virtual Memory] address space of a process.
The processor's MMU detects the page fault, while the [exception] handling software that handles [{$pagename}]s is generally a part of the [Operating System] kernel. When handling a page fault, the [Operating System] generally tries to make the required page accessible, perhaps retrieving the page from [Swap Space], at a location in physical memory, or terminates the program in case of an illegal memory access.
[{$pagename}] is a type of [Cache miss]
!! More Information
There might be more information for this subject on one of the following:
[{ReferringPagesPlugin before='*' after='\n' }]