由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
CS版 - 小窍门: Enable 4GB+ of memory on Vista-32bit
相关主题
请高手帮助几道 perl 编程题 (转载)求助:什么都不能下载555
问一个关于 peoplesoft的问题程旭:北大x86兼容CPU运行Vista系统不成问题
请问一个关于Remote Control的问题[合集] How about in-memory OS and Database?
请教如何在outlook 2010里设置gmail IMAP如何用一根网线连接两个vista?
--------------------------------本科选课求教-------------------------------------------------------------英语Vista
包子问,win 7 一插网线就自动disable无线,拔掉网线后要手动enable无线,怎么解决vista 下面的word不work 了
请教个excel menu bar 小问题 (转载)Internet connection very slow in Vista
问一个radix sort的问题vista 的操作系统如何用中文软件
相关话题的讨论汇总
话题: vista话题: pae话题: ram话题: bcdedit话题: memory
进入CS版参与讨论
1 (共1页)
c**********1
发帖数: 904
1
Four Gigabytes is a lot of RAM for a workstation or gaming machine, but the
industry has pretty much forced us into using this much (especially if you’
re a heavy user of Virtual PC). Most applications today are 32-bit and only
address 2GB of RAM at a time (like Photoshop), but we need more memory for
all the other running goodies that are memory-starved. Even though Vista
runs on 1GB of RAM, 2GB is alot better, and 4GB will unleash its potential.
Unfortunately, users of the 32-bit flavors of Vista have to run through some
hoops to see all of the new RAM they’ve upgraded to. Even then, they may
not see all of the RAM available because of various hardware issues. This
article addresses various methods so you can utilize that massive amount of
memory.
All 32-bit Operating Systems can only physically address 4 gigabytes of RAM,
due to the math involved (232 = 4,294,967,296). Depending on your hardware
, Vista may only see 3GB or 3.5GB of the total RAM installed, because there
are some devices that are memory mapped. The most common culpret of this
type of device is a video card, which can use up to 512MB of memory for
mapping.
Enable PAE mode
You can tweak Vista’s core to add another 4-bits of addressing capability,
but you must have a 64-bit capable processor (pretty much any processor made
within the past two years like Intel’s Core 2 Duo or AMD’s Athlon 64).
Even though the math works out to address way more than 4GB (236 = 68,719,
476,736), the operating system still has a cap (Windows Server can address
anywhere from 8GB to 128GB depending on the flavor).
To force this new addressing method, you have to tell Vista to boot using
this new parameter. Vista no longer uses a BOOT.INI file as previous
versions of Windows did, so you must modify the boot file using a built-in
Vista tool called BCDedit.
1.Open a command prompt (Press Window key + R to open the Run dialog,
and then type cmd).
2.Press Ctrl + Shift + Enter to execute (this allows you to run cmd in
administrative mode if you haven’t already setup up a permanent admin mode).
3.Type BCDedit /set PAE forceenable.
This PAE flag (Physical Address Extension) tells the Vista core to use an
additional 4 bits of addressing, which in theory allows the OS to see all of
the RAM you have available. We’re not out of the woods yet, because once
you reboot you may find that Vista still doesn’t see all of your RAM. You
can turn PAE off again by typing BCDedit /set PAE forcedisable or BCDedit /
set PAE default.
Enable DEP mode
Also note that using PAE forces Vista to run theoretically slower, so you
need to disable this feature if you go back to a lower amount of RAM. Vista
runs slower with PAE because of the new page-translation system being used.
By default Vista uses 2 cycles to address memory, and will use 3 when
Physicall Address Extension is enabled. PAE also supports advanced procesor
features such as Data Execution Prevention (no execute), Non-Uniform Memory
Architecture (NUMA), and hot-add memory. PAE is automatically disabled
when DEP (Data Execution Prevention) is disabled, so you must force PAE when
DEP is disabled by running BCDedit again:
1.Open a command prompt (Press Window key + R to open the Run dialog,
and then type cmd).
2.Press Ctrl + Shift + Enter to execute (this allows you to run cmd in
administrative mode if you haven’t already setup up a permanent admin mode).
3.Type BCDedit /set nx AlwaysOff
4.Type BCDedit /set pae ForceEnable
You can disable DEP by typing BCDedit /set nx AlwaysOn
1 (共1页)
进入CS版参与讨论
相关主题
vista 的操作系统如何用中文软件--------------------------------本科选课求教-------------------------------------------------------------
vista crash 了包子问,win 7 一插网线就自动disable无线,拔掉网线后要手动enable无线,怎么解决
急: vista启动时移动图标经常停住请教个excel menu bar 小问题 (转载)
Dell Vista 怎么重装系统或者恢复出厂设置?问一个radix sort的问题
请高手帮助几道 perl 编程题 (转载)求助:什么都不能下载555
问一个关于 peoplesoft的问题程旭:北大x86兼容CPU运行Vista系统不成问题
请问一个关于Remote Control的问题[合集] How about in-memory OS and Database?
请教如何在outlook 2010里设置gmail IMAP如何用一根网线连接两个vista?
相关话题的讨论汇总
话题: vista话题: pae话题: ram话题: bcdedit话题: memory