【发布时间】:2011-09-18 18:49:49
【问题描述】:
仅供内核使用,它们应该只位于 PAGE_OFFSET 以上的地址中。但我正在阅读this 页面,在它的末尾(在 IRC 会议中)我读到了以下几行,这让我很困惑:
saxm> riel: so where do page tables reside? Surely not below PAGE_OFFSET? Somewhere above PAGE_OFFSET+896mb then?
riel> they could reside anywhere
saxm> anywhere from 0->4gb (on x86 with no pae)?
riel> saxm: yeah
我的意思是,为什么它们会低于 PAGE_OFFSET?如果是这种情况,用户空间进程不能访问它们吗?
【问题讨论】:
标签: linux-kernel virtual-memory