How does the linux kernel manage less than 1GB physical memory?

后端 未结 5 1494
伪装坚强ぢ
伪装坚强ぢ 2020-12-12 09:50

I\'m learning the linux kernel internals and while reading \"Understanding Linux Kernel\", quite a few memory related questions struck me. One of them is, how the Linux kern

5条回答
  •  無奈伤痛
    2020-12-12 10:13

    If the physical memory is less than 896 MB then the linux kernel maps upto that physical address lineraly.

    For details see this.. http://learnlinuxconcepts.blogspot.in/2014/02/linux-addressing.html

提交回复
热议问题