Does anyone have any suggestions?
Since the page # is 22 bits and the offset is 10 bits, how can we determine what is referenced? Logical 4870 maps to page #4 but how do go about calculating the rest? Than开发者_如何学Cks.
I see you already know how to split up the address into its page and offset. The page table allows you to convert between physical and logical pages. You then just need to reassemble the converted page and original offset back into an address.
精彩评论