I am having problems understanding how to calculate the Physical address given the Virtual address.
Here is a question from the Operating Systems, 3/e book from Deitel:
At an instant in time a computer has a page table of which a part (entries 1086, 1087,
1088 decimal, with numbering starting at 0) is shown in Table 2. Given that the page
size is 4096 bytes, compute the physical address for virtual address 43d5bc.
Table 2
-------
...
5c
4e
fc
...
-------
Can somone explain to me in steps how it is done?
Start Free Trial