DEVFYI - Developer Resource - FYI

What are data structures that are used for Demand Paging?

Unix Interview Questions


(Continued from previous question...)

53. What are data structures that are used for Demand Paging?

Kernel contains 4 data structures for Demand paging. They are,
Page table entries,
Disk block descriptors,
Page frame data table (pfdata),
Swap-use table.

(Continued on next question...)

Other Interview Questions