Segmentation Exercises
- Given the address space:
and the following base and bound values:
Segment |
Base |
Size |
Code |
32K |
2K |
Heap |
34K |
2K |
Stack |
28K |
2K |
Translate the following virtual addresses into physical addresses:
- 00 0000 1100 10002 (20010)
- 01 0011 1000 10002 (500010)
- 11 1010 1001 10002 (1500010)