Linux - What is Demand Paging? Explain the conditions for a machine to support Demand Paging.

What is Demand Paging? Explain the conditions for a machine to support Demand Paging.

The process of mapping a large address space into a relatively small amount of physical memory is known as demand paging. The accomplishment of demand paging is done by implementing ‘backing store’.

The conditions are:

- Pages based memory architecture.

- ‘restartable’ instructions support by the machine
Linux - Difference between Fault Handlers and the Interrupt handlers.
Difference between Fault Handlers and the Interrupt handlers - Fault handlers can sleep, where as interrupt handlers cannot........
Linux - What is validity fault? In what way the validity fault handler concludes?
What is validity fault? - Validity fault is the result of non setting of valid bits in main memory at the time of refererring a page by a process .........
Linux - What is protection fault?
What is protection fault? - Protection fault is a name of an error........
Post your comment