Click here to Skip to main content
15,893,622 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Only half my 4GB of ram works, other half is hardware reserved. what i do?
Posted
Comments
OriginalGriff 21-Nov-12 2:57am    
This is not a good question - we cannot work out from that little what you are trying to do.
Remember that we can't see your screen, access your HDD, or read your mind.
Use the "Improve question" widget to edit your question and provide better information.
JackDingler 21-Nov-12 11:09am    
I don't know what OS you're using. Perhaps windows 98?

Can I assume you're writing code using a 32 bit compiler? By default, 32 bit pointers can address a maximum of 2gb of memory. This leaves one bit for housekeeping. Some linkers have an option to expand this to 4gb.

Still, if you only have 4gb, your program is unlikely to be able to lock it all for one program, as the OS and other services will need memory too.
Arsalaan Ahmed 22-Nov-12 1:09am    
64 bit window 7

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900