国彰 發表於 2008-9-8 19:44:58

32位操作系统不能认出超过4G内存的解决方法

编辑<a target="_blank" href="#" class="UBBWordLink">操作</a><a target="_blank" href="#" class="UBBWordLink">系统</a><a target="_blank" href="#" class="UBBWordLink">安装</a>盘下boot.ini文件(隐藏文件),在的行后,加入/PAE,保存,重启<a target="_blank" href="#" class="UBBWordLink">系统</a>后,就会认出超出4G的内存。
<p>  如: multi(0)disk(0)rdisk(0)partition(1)\WINDOWS=&quot;Microsoft Windows 2003 Enterprise&quot; /noexecute=optin /fastdetect</p>
<p>  修改为:multi(0)disk(0)rdisk(0)partition(1)\WINDOWS=&quot;Microsoft Windows 2003 Enterprise&quot; /noexecute=optin /fastdetect /PAE</p>
頁: [1]
查看完整版本: 32位操作系统不能认出超过4G内存的解决方法