tnu Posted June 8, 2013 Share Posted June 8, 2013 I'm running on Windows XP Professioanl X86 and rying to modify it to recognize more memory, in this effort i'm trying ot enable either the 3GB switch or Physical Addresss Extension. this is what the 3GB switch build looks like [boot loader]timeout=30default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS[operating systems]multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /noexecute=optin /fastdetectmulti(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional 3GB" /noexecute=optin /3GB /fastdetect my version for PAE looks osmething like this. [boot loader]timeout=30default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS[operating systems]multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /noexecute=optin /fastdetect /PAE are these accuret? which one should I use? Link to comment Share on other sites More sharing options...
FMod Posted June 8, 2013 Share Posted June 8, 2013 PAE doesn't work on XP SP2 and SP3. It's been disabled. All you can do is attach paged memory via the virtual memory interface, as I described here. /3GB switch is correct. Also, another option is /3GB /userva=2900, to be used if default /3GB isn't reliable. Link to comment Share on other sites More sharing options...
tnu Posted June 8, 2013 Author Share Posted June 8, 2013 Oh? Primo Ramdisks instructions told me ot turn on PAE before I activated Invisible memory. is that not correct? Link to comment Share on other sites More sharing options...
FMod Posted June 8, 2013 Share Posted June 8, 2013 (edited) Ah. The information is a little bit outdated because of the service pack changes. Regardless, doesn't hurt to have that switch in, it just doesn't do anything important anymore. /noexecute=optin is what enables PAE. Edit: Also, keep in mind that Fallout stability with the /3GB switch may be affected. If that happens, /userva=2900 may help, but not always. Edited June 9, 2013 by FMod Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now