Difference between logical addresses, and physical addresses?

后端 未结 9 1924
情话喂你
情话喂你 2020-12-07 11:41

I am reading Operating Systems Concept and I am on the 8th chapter! However I could use some clarification, or reassurance that my understanding is correct.

Logical

9条回答
  •  一生所求
    2020-12-07 12:20

    A logical address is a reference to memory location independent of the current assignment of data to memory. A physical address or absolute address is an actual location in main memory.

    It is in chapter 7.2 of Stallings.

提交回复
热议问题