find the boot.ini file in your c:\ its normally a readonly and hidden file and so you have to turn on the show hidden files optin. according to this msft link http://www.microsoft.com/whdc/system/platform/server/PAE/PAEmem.mspx
[boot loader] timeout=30 default=multi(0)disk(0)rdisk(0)partition(2)\WINNT [operating systems] multi(0)disk(0)rdisk(0)partition(2)\WINNT="????" /3GB Note: "????" in the previous example can be the programmatic name of any of the following operating system versions: Windows XP Professional Windows Server 2003 Windows Server 2003, Enterprise Edition Windows Server 2003, Datacenter Edition Windows 2000 Advanced Server Windows 2000 Datacenter Server Windows NT Server 4.0, Enterprise Edition The only issue i had was that the line with the ??? had other flags. i was wondering where to put the /3GB flag in that line.
