494 views
0 votes
0 votes

1 Answer

1 votes
1 votes

Now, we calculate total size.

Total page table entries at 3rd level = 8 pages * (26 entries per page) = 512

Total page table entries at 2nd level = 1 page * (28 entries per page) = 256

Total page tabl entries at 1st level = Total page table entries at 2nd level = 256

$\therefore$ Total entries = 512 + 256 + 256 = 1024 entries

Each page table entry occupies 4B

$\therefore$ Total size of page table for the process = Total page table entries * size of Page table entry = 4KB

Related questions

0 votes
0 votes
1 answer
1
0 votes
0 votes
0 answers
4
anupamsworld asked Oct 27, 2022
230 views
What is/are the difference(s) between System Program, Control Program, Kernel Program in Operating System.What is the relation between System Call and those?