Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space KNOW and version 8.0

...

Modify the 'c:\boot.ini' file, add the '/PAE' and /3GB switches and reboot.

Example boot.ini file with /PAE and /3GB:

 


Code Block
languagetext
[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" /FASTDETECT /PAE /3GB

 


More information on XP boot.ini switches can be found here: http://support.microsoft.com/kb/833721

...