homework8--8.12 Version 0 |
|
👤 Author: by wuxian 2017-01-01 15:17:36 |
consider the following segment table:
segment Base length
0 219 600
1 2300 14
2 90 100
3 1327 580
4 1952 96
what are the physical address for the following logical address?
Solution:
a: 0,430 219+430=649;
b: 1,10 2300+10=2310;
c: 2,500 illegal reference,trap to operating system
d:3,400 1327+400=1727;
e: 4,112 illegal reference,trap to operating system