in CO and Architecture reshown by
689 views
0 votes
0 votes



Need help Anyone?

in CO and Architecture reshown by
689 views

4 Comments

@ramakrushna Same question discuss here...

https://gateoverflow.in/365347/Applied-test-series

Ans is 16 KB.

2
2

Hii @Yaman Sahu As we know the outer page table contains base address of each pages which are presents in inner level page table if required multiple pages .So if inner level page table has only 1 page which means outer page table has only 1 entry corresponding to that page.Is this understanding is correct ??

1
1
1
1

3 Answers

6 votes
6 votes
Best answer

Hence, psge size is 16KB

selected by

2 Comments

👍🏻👍🏻👍🏻
1
1
Thanks for the detailed explanation.
1
1
2 votes
2 votes

Lets say ,page size = 2^x byte.

so no of bits required for offset =x.

now page table entry = 4 B

now ,max no of entry one page can store is 2^x/4 =2^(x-2).

so each inner and outer level page table fit completely in one page frame . so we can write,

x-2 x-2 x

outer level                                          inner level                                      offset,

now it sums up to virtual address space .2^38.

(x-2)+(x-2)+x=38

x=14.

so page size =16 KB

1 comment

Its also very nice way to approach. thanks Kabir5454

0
0
1 vote
1 vote

Hope this helps 

Related questions