0

I got a question like this and need to calculate the table entry size.

Microsoft Windows 98 used a 32-bit memory address space while the default page size was 4KB. If it is having a physical memory of 256MB

i) What is the size of an entry in the page table?

Does this equal to page offset?

user3789200
  • 1,166
  • 2
  • 25
  • 45

2 Answers2

1

In 32-bit Intel, the page table entry is 32-Bits.

user3344003
  • 20,574
  • 3
  • 26
  • 62
0

Size of an entry in the page table is 32-12 = 20.

Martin Zabel
  • 3,589
  • 3
  • 19
  • 34
Dumi
  • 1,414
  • 4
  • 21
  • 41