Difference between physical/logical/virtual memory address

前端 未结 9 987
无人及你
无人及你 2020-12-02 06:59

I am a little confused about the terms physical/logical/virtual addresses in an Operating System(I use Linux- open SUSE)

Here is what I understand:

9条回答
  •  渐次进展
    2020-12-02 07:10

    Logical memory is relative to the respective program i.e (Start point of program + offset)

    Virtual memory uses a page table that maps to ram and disk. In this way each process can promise more memory for each individual process.

提交回复
热议问题