 |
05-03-2009, 11:33 PM
|
#1 (permalink)
|
|
YEEEEEE!!11one1!one!!
Join Date: Nov 2008
Location: :P
Posts: 2,063
|
4GB RAM on 32-bit OS. Can it be done!??
Hey guys, I have a 2x2GB 667MHz RAM and I use 32-bit WinXP SP3. Is there any way that we can make the OS to use full potential of 4GB RAM?? I heard there is a way, it's PAE. Can it be done?? If so, tell me briefly on how to do it. Please guys. And one more Q, Will games make use of 4GB even on a 32-bit OS, or only 3.25GB??
|
|
|
|
Advertisements. Register and be a member of the community to get rid of them.
|
|
Advertisement
|
|
06-03-2009, 12:53 AM
|
#2 (permalink)
|
|
Wise Old Owl
Join Date: May 2008
Posts: 1,726
|
Re: 4GB RAM on 32-bit OS. Can it be done!??
No. You need 64bit OS to fully utilise 4GB ram- any hardware infact.
|
|
|
06-03-2009, 12:51 PM
|
#3 (permalink)
|
|
YEEEEEE!!11one1!one!!
Join Date: Nov 2008
Location: :P
Posts: 2,063
|
Re: 4GB RAM on 32-bit OS. Can it be done!??
^No other way, huh??
|
|
|
06-03-2009, 03:18 PM
|
#4 (permalink)
|
|
The Smaller Bang
Join Date: Sep 2007
Location: Gautham City
Posts: 7,489
|
Re: 4GB RAM on 32-bit OS. Can it be done!??
Yeah, use PAE. Its quite easy.
Google for instructions.
Its a big lie that 32bit can't use over 4GB RAM. I know many who do.
The limit is still there though - around 16GB (or was it 64GB ?) but for that level to be breached, I don't think 32bit OSes will live long enough.
__________________
http://TheSmallerBang.wordpress.com
eMachines E725 - T4400 2.2GHz, 1GB, 160GB
Nokia 5130XM * T-Sonic 610 2GB
Nokia 2323C * Samsung Galaxy Y
Apple iPad 2 16GB WiFi
|
|
|
06-03-2009, 09:18 PM
|
#5 (permalink)
|
|
YEEEEEE!!11one1!one!!
Join Date: Nov 2008
Location: :P
Posts: 2,063
|
Re: 4GB RAM on 32-bit OS. Can it be done!??
^^Can you, if you know, explain me 'bout that?? Thanks for letting me know  . Or a link may be........
|
|
|
06-03-2009, 09:47 PM
|
#6 (permalink)
|
|
In The Zone
Join Date: Sep 2006
Posts: 433
|
Re: 4GB RAM on 32-bit OS. Can it be done!??
i had 4gbram@ 800mhz ram on my system.it showed 3.75 on xpsp3 and 3.25 on xpsp2.there is no way you can have complete 4gb ram with windows xp and windows vista 32 bits
__________________
asus psn32-e sli,1x4 ddr2 ram,nvidia stacker case,19inch lcd,sapphire hd4850 graphic card,smps 730 w from zeb
asus g73jh lappy
|
|
|
06-03-2009, 10:20 PM
|
#7 (permalink)
|
|
YEEEEEE!!11one1!one!!
Join Date: Nov 2008
Location: :P
Posts: 2,063
|
Re: 4GB RAM on 32-bit OS. Can it be done!??
Metalhead says, there's a way. I know he won't let me down
|
|
|
07-03-2009, 05:44 AM
|
#8 (permalink)
|
|
Wire muncher!
Join Date: Nov 2003
Posts: 6,173
|
Re: 4GB RAM on 32-bit OS. Can it be done!??
Why can't a 32bit OS access 4GB of memory? Because 2^32 = 4,294,967,296 bytes = 4096 MB. Now this address space is shared by RAM as well any memory mapped I/O devices (all devices'/ports' haf an address assigned to them for communication which shares this address space). Hence some part of it (e.g 0.25GB) is reserved for them.
What is PAE? PAE increases the 32-bit limit to 36-bit provided the CPU is 64-bit. Theoretically thats 2^36 bytes = 64 GB, but some OS' haf a limitation on the addressing limit.
You can force physical address extension on 32bit OS'. To enable PAE, start Command Prompt in admin mode and type this: BCDedit /set PAE forceenable
You will need to restart your system. This may or may not work for you. To disable PAE, replace 'forceenable' with 'forcedisable'.
If it works and you've enabled PAE you may find your system to be a bit slow. This is due to the extra addressing overhead. You may want to turn Data Execution Prevention (thats a hardware method of prevent buffer overruns). To do that, open command prompt in administrator mode and type these series of commands:
1) BCDedit /set nx AlwaysOff
(This turns off DEP alongwith PAE)
2) BCDedit /set pae ForceEnable
(Force PAE to turn on, inspite of disabling DEP)
Get back to us and let us know if it works for you and about the performance.
__________________
"The true measure of a man is how he treats someone who can do him absolutely no good."
http://phoenix-ani.blogspot.com
|
|
|
07-03-2009, 09:33 PM
|
#9 (permalink)
|
|
Wise Old Owl
Join Date: May 2007
Location: bangalore
Posts: 1,922
|
Re: 4GB RAM on 32-bit OS. Can it be done!??
Its boring, Lets all be clear 32bit OS can't address all 4GB of RAM !!!
By Designing a nice memory mapping method even 2 bit OS can be enabled to use all of 1000TB of RAM. But what use, system will slow down to hell.
__________________
Sony Ericsson Flashing, Modding, Patching, Hacking And More !
http://www.akshayy.com/sonyericsson/
|
|
|
07-03-2009, 09:43 PM
|
#10 (permalink)
|
|
Wise Old Owl
Join Date: May 2008
Posts: 1,726
|
Re: 4GB RAM on 32-bit OS. Can it be done!??
^^Yup I asked someone who knows a lot about linux (I know we are talking about windows- but just consider this as a good to know information) that if you opt for server kernel 32bit OS will exploit 4GB.
|
|
|
08-03-2009, 10:44 PM
|
#11 (permalink)
|
|
YEEEEEE!!11one1!one!!
Join Date: Nov 2008
Location: :P
Posts: 2,063
|
Re: 4GB RAM on 32-bit OS. Can it be done!??
Ok. @infra_red_dude - No, it didn't  . It's says "It's either a internal or external.......(something). BCDedit is not......(something)". Anyway, will games make use of 4Gigs of RAM on 32-bit or only 3.25Gigs?? Please answer this, guys.
|
|
|
08-03-2009, 11:19 PM
|
#12 (permalink)
|
|
Davislav Ivanuiz!!!
Join Date: Apr 2004
Location: Pune
Posts: 1,396
|
Re: 4GB RAM on 32-bit OS. Can it be done!??
^ ^ ^ BCDEdit is for Vista, methinks.
__________________
I was here when the forum's swear filter kept bleeping out the word 'FUNK'. :crazy::censored::eeksign:
www.abhi247.com | The Photohblog A Little Lunacy! [v3]
Flickr!
|
|
|
09-03-2009, 12:20 AM
|
#13 (permalink)
|
|
Wire muncher!
Join Date: Nov 2003
Posts: 6,173
|
Re: 4GB RAM on 32-bit OS. Can it be done!??
Quote:
Originally Posted by nvidiageek
Ok. @infra_red_dude - No, it didn't  . It's says "It's either a internal or external.......(something). BCDedit is not......(something)". Anyway, will games make use of 4Gigs of RAM on 32-bit or only 3.25Gigs?? Please answer this, guys.
|
Dammit! I'm sorry. I thought you are using Vista. My bad.
For XP do this:
Open C:\boot.ini and add /PAE to the end of the line:
multi(0)disk(0)rdisk(0)partition(1)\WINNT=”Microso ft Windows XP Professional” /fastdetect /PAE
To disable PAE, modify the line like this:
/noexecute=alwaysoff /NOPAE
__________________
"The true measure of a man is how he treats someone who can do him absolutely no good."
http://phoenix-ani.blogspot.com
|
|
|
09-03-2009, 08:53 PM
|
#14 (permalink)
|
|
YEEEEEE!!11one1!one!!
Join Date: Nov 2008
Location: :P
Posts: 2,063
|
Re: 4GB RAM on 32-bit OS. Can it be done!??
^Ok, no probs. I'll try and post back the answer.
Will Games Make Use Of 4gb Of Ram Or Only 3.25gb On A 32-bit Os!?
|
|
|
09-03-2009, 08:56 PM
|
#15 (permalink)
|
|
YEEEEEE!!11one1!one!!
Join Date: Nov 2008
Location: :P
Posts: 2,063
|
Re: 4GB RAM on 32-bit OS. Can it be done!??
Will Games Make Use Of 4gb Of Ram Or Only 3.25gb On A 32-bit Os!?
|
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|
|