码迷,mamicode.com
首页 > 其他好文 > 详细

Pentium II paging mechanism

时间:2016-12-25 01:55:10      阅读:163      评论:0      收藏:0      [点我收藏+]

标签:div   des   arc   res   ble   pac   director   opera   ddr   

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

标签:div   des   arc   res   ble   pac   director   opera   ddr   

原文地址:http://www.cnblogs.com/yuanjiangw/p/6218747.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!