3

I have Windows XP Pro 32bit, and cannot upgrade to a 64bit os for various reasons at the moment. I read that I can use PAE to remove the 3.5Gb limit of a 32bit os by editing the boot.ini file.

Is this true, if it is true, how do I edit the my system so I enable the PAE?

oshirowanen
  • 1,776

1 Answers1

5

Consumer 32-bit versions of Windows are limited to 4GB of RAM and PAE will not help you at all. As a side note PAE itself has been enabled since WinXP Service Pack 2 if I remember correctly, this was done to enable support for the NX Bit which is a security enhancement offered by PAE.

Windows is licenced by Microsoft and that licence includes a memory limit. In all home 32-bit versions of Windows the maximum limit is 4GB.

It is theoretically possible to use more, but in practice is it breaking the terms of your licence and may or may not break your system as well.

PAE does allow an operating system to use up to 64GB of RAM, but Microsoft chose not to allow it because it would break almost every device driver that was not PAE aware. They did this for your own good.

There's a SuperUser Blog post about this as well.

Mokubai
  • 95,412