remzi-arpacidusseau/ostep-homework

Does PFN in vm-paging is fault?

clamyang opened this issue · 1 comments

From paging-linear-translate.py i got a Page Table as follows:

Page Table (from entry 0 down to the max size)
  [       0]  0x8000000c
  [       1]  0x00000000
  [       2]  0x00000000
  [       3]  0x80000006

After calculate the VPN is 3, the PFN is 0x80000006. But in README.md the PFN is 0x6. Does it wrong?