[prev] 28 [next]

Page based address Mapping (cont)

Also leads to a simpler address mapping table:
  • each process has an array of page entries
  • each page entry contains start address of one chunk
  • can compute index of relevant page entry by (A / P )
  • can compute offset within page by (A % P )

[Diagram:Pics/opsys/pages2Small.png]