Pentium II paging mechanism
Posted rsapaper
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Pentium II paging mechanism相关的知识,希望对你有一定的参考价值。
COMPUTER ORGANIZATION AND ARCHITECTURE DESIGNING FOR PERFORMANCE NINTH EDITION
To understand the structure of the linear address, you need to know that
the Pentium II paging mechanism is actually a two-level table lookup operation.
The first level is a page directory, which contains up to 1024 entries. This splits the
4-Gbyte linear memory space into 1024 page groups, each with its own page table,
and each 4 Mbytes in length. Each page table contains up to 1024 entries; each entry
corresponds to a single 4-Kbyte page. Memory management has the option of using
one page directory for all processes, one page directory for each process, or some
combination of the two. The page directory for the current task is always in main
memory. Page tables may be in virtual memory.
以上是关于Pentium II paging mechanism的主要内容,如果未能解决你的问题,请参考以下文章
基于 Sandy Bridge 的 Pentium 的正确架构特定选项 (-m) 是啥?
什么是“Pentium4 及以上”处理器的 gcc 的最佳 March & mtune 选项