I was given a question in a quiz "A process size is 2^6+^2^12+2^23 bytes and total memory size of system is 4GB page size is 4k, how many page tables are there how many page directories and pages ? Assume that initially all memory was free ? How to solve this ?
Can a process have more then 1 page tables?
408 views Asked by Waqar Ul Khaf At
1
Yes, some systems use multiple page tables. On the VAX, e.g., each process has three page tables.
Entirely system specific
Entirely system specific. Some systems do not even use page directories.
Add the page size to the process size and divide by the page size.