on XP, open your c:\boot.ini file (its hidden i believe..its been a while) and add /PAE after the line that has all the boot info (disk, etc) and it will see over 2gb
32bit OS: 2^32 = 4294967296 B = 4096 MB
64bit OS: 2^64 = 1,844674407370955e+19 B = 17592186044415,996 MB = 17592186044415,996 GB
Yikes! That's a limitation we're not likely to run into for a while.
It's not a "PC" problem, it's just a 32-bit problem. 2^32 is 4 billion binary bits (making it 4.29 billion something). That's total addressable memory space. Memory includes all memory in the system, including video card memory, caches, etc. So it's 4 GB minus whatever else is on the system.
on XP, open your c:\boot.ini file (its hidden i believe..its been a while) and add /PAE after the line that has all the boot info (disk, etc) and it will see over 2gb
I did this on my Mac Pro.
Windows System Properties still says 1.99GB but it also says Physical Address Extension now. Is it supposed to say 4GB after I added the /PAE flag?