瀏覽單個文章
csshih
*停權中*
 
csshih的大頭照
 

加入日期: Mar 2011
文章: 1,522
引用:
作者Million
Even when PAE is enabled, only 4 GB of physical-address space can be addressed at any given time. Regardless of how big the page sizes are, only 32 bits of linear-address space are available. To address more than 4 GB of physical memory, CR3 must be changed (thus pointing to a different set of paging structures), or the existing paging structures must be modified (on-the-fly) by the operating system.

所以被我猜對了!

要存取超過4G-- 1.CR3必須變更位址(這OS才有辦法做吧!) or 2.已存在的PAGE架構必須由OS快速地變更.


想請大大協助釋疑
若OS是透過變更位址來存取4G以上的記憶體
對於32bits linux其中的運作的程式
是否只能存取4GB
以上的是存取不到的
除非用上x86_64是嗎?
舊 2012-11-26, 04:36 PM #335
回應時引用此文章
csshih離線中