【发布时间】:2012-01-22 17:47:50
【问题描述】:
在this 回答作者指出:
With the 64-bit x86_64 kernel, a 32-bit process can use the entire 4GB address space, except for a couple pages (8KB) at the end of the 4GB address space which are managed by the kernel.
这个内核管理内存的目的是什么?它不应该在内核空间中,以防止用户意外损坏吗?
【问题讨论】:
标签: linux memory linux-kernel x86-64 32bit-64bit