首页 > 代码库 > Pentium II paging mechanism
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
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。