All-Aircraft-Simulations
How Do I Enable the PAE Switch? - Printable Version

+- All-Aircraft-Simulations (https://allaircraftsimulations.com)
+-- Forum: Help Desk (https://allaircraftsimulations.com/forumdisplay.php?fid=270)
+--- Forum: PC Technical Help (https://allaircraftsimulations.com/forumdisplay.php?fid=305)
+--- Thread: How Do I Enable the PAE Switch? (/showthread.php?tid=70142)



How Do I Enable the PAE Switch? - European Snake - 23.05.2010

Well, I'm on XP but I have 4gb of RAM coming in the mail tomorrow. I was searching for ways to negate the memory limits, and I came across the PAE switch. It looks like this is what I need. Can anyone tell me how to enable the PAE switch?


Re: How Do I Enable the PAE Switch? - .041 Safety Wire - 23.05.2010

European Snake Wrote:Well, I'm on XP but I have 4gb of RAM coming in the mail tomorrow. I was searching for ways to negate the memory limits, and I came across the PAE switch. It looks like this is what I need. Can anyone tell me how to enable the PAE switch?

This is my boot.ini file

[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Home Edition" /fastdetect /NoExecute=OptIn


http://www.microsoft.com/whdc/system/pl ... aedrv.mspx

To boot the system and utilize PAE memory, the /PAE switch must be added to the corresponding entry in the Boot.ini file. If a problem should arise, Safe Mode may be used, which causes the system to boot using the normal kernel (support for only 4 GB of RAM) even if the /PAE switch is part of the Boot.ini file.

The PAE mode kernel requires an Intel Architecture processor, Pentium Pro or later, more than 4 GB of RAM, and Windows 2000, Windows XP, or Windows Server 2003.

The PAE kernel can be enabled automatically without the /PAE switch present in the boot entry if the system has DEP enabled (/NOEXECUTE switch is present) or the system processor supports hardware-enforced DEP. Presence of the /NOEXECUTE switch on a system with a processor that supports hardware-enforced DEP implies the /PAE switch. If the system processor is capable of hardware-enforced DEP and the /NOEXECUTE switch is not present in the boot entry, Windows assumes /NOEXECUTE=optin by default and enables PAE mode. For more information, see the topic "Boot Options in a Boot.ini File" in the Windows DDK.