Linux - What is validity fault? In what way the validity fault handler concludes?

What is validity fault? In what way the validity fault handler concludes?

Validity fault is the result of non setting of valid bits in main memory at the time of refererring a page by a process. This happens when the pages are available outside the virtual address space of a process or the pages are the part of the virtual address space where the physical address space is assigned to it.

The setting the valid bit of the page is the process of handling validity fault by the way of clearing the modify bit and reclaculating the process priority.
Linux - What is protection fault?
What is protection fault? - Protection fault is a name of an error........
Linux - Explain how the Kernel handles both the page stealer and the fault handler
Explain how the Kernel handles both the page stealer and the fault handler - When the memory shortage occurs then the page stealer and fault handler thrashes........
Linux - What is ex and vi? Explain their purposes
What is ex and vi? Explain their purposes - vi – screen oriented visual editor.........
Post your comment