1
15kviews
Explain the hardware support for paging.
1 Answer
| written 4.1 years ago by |
Paging is a storage mechanism that allows OS to retrieve processes from the secondary storage to the main memory in the form of pages. Every memory access while paging requires reading the page table. ( Page table is a data structure used by the virtual memory system to store the …