[prev] 30 [next]

Exercise 2: Process→Physical Address Mapping

Consider process p7 from previous slide
  • has three pages: p0 @ 5000, p1 @ 3000, p2 @ 1000
Page size is 1000

For each of the following process addresses, where is it located in physical memory?

  1. 0x0000 = 0
  2. 0x0080 = 128
  3. 0x0400 = 1024
  4. 0x0888 = 2184
  5. 0x1000 = 4096