ALL > Computer and Education > courses > university courses > undergraduate courses > Operating System > zstu-(2021-2022)-1 > student homework directories > 2019333500159厉霖开 >
2019333500159厉霖开Homework10 Version 0
👤 Author: by nintendolinkfoxmailcom 2021-12-28 05:39:44
Q: Given your own example for segment table and logical addresses, calculate the physical addresses.

A: Segment table



Given logical address (3,200), which means segment number is 3 and offset is 200. The correspond physical memory is 2200+200=2400.

Given logical address (1,600), which means segment number is 1 and offset is 600. However, the limit of segment 1 is 400. So we will encounter an error here.

Given logical address (1,78), which means segment number is 1 and offset is 78. The correspond physical memory is 3300+78=3378.

Please login to reply. Login

Reversion History

Loading...
No reversions found.