您的位置:首页 > 运维架构 > Linux

Memory Addressing(Understanding the Linux Kernel)

2010-03-15 12:52 489 查看
Linux prefers paging to segmentation for the following reasons:

Memory management is simpler when all processes use the same
segment register values that is, when they share the same set of linear
addresses.

One of the design objectives of Linux is portability to a wide
range of architectures; RISC architectures in particular have limited support
for segmentation.

The 2.6 version of Linux uses segmentation only when required
by the 80 x 86 architecture.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: