You have to enable support for greater than 3GB RAM in your boot.ini file.
File is hidden, read only, and write protected by default. Remove attributes
using attrib using the command prompt(Start > Run > cmd > ok):
attrib c:\boot.ini -s -h -r
Open the boot.ini file with a text editor like Notepad, and add the switch
"/3GB"
to the end of the line that looks like this:
Multi(0)disk(0)rdisk(0)partition(1)\Windows= "Microsoft Windows
Professional" /fastdetect
so that it looks like this:
Multi(0)disk(0)rdisk(0)partition(1)\Windows= "Microsoft Windows
Professional" /fastdetect /3GB
Save the changes, and reset the attributes at the command prompt: attrib
c:\boot.ini +s +h +r
This information was taken from:
http://snipurl.com/1avpv
Good Luck,
Joe
Kemco ITP
"MarcoP012" wrote:
> I bought some months ago a machine with an Intel 64 bit dual core processor
> 3.40 ghz and 4 gb Ram with Win Xp 64 bit Pro. I have some problems with the
> RAM. the machine seems to read only 3.40 Gb Ram. Is it right? Doesn't Win XP
> read 64 or 128 Gb ram? and if is not right how can I fix the problem.
> PS: the MotherBoard is an Intel D945
>
> thankyou
>
> Marco
>
>