Computer Science, asked by Bharatkaushik8767, 1 year ago

Discuss the hardware support required to support demand paging

Answers

Answered by ViratKohli3618
0
For every membory access operation, The page table needs to be consulted to check weather the corresponding page is resisdent or not and weather the programe has read or write privileges for accessing the page. These checks would have to be performed in hardware. A TLB could serve as a cache and improve the performance of the lookup operation.
Similar questions