Stefan Patric wrote:
>
> Also, what would you call RAM that is exclusively accessible ONLY by the
> system for its use, that is, users or their apps can't access it? To me,
> that is the very definition of "reserved."
>
> Stef
That is not "reserved", it is "inaccessible" memory, since
no mapping in the chipset decoders makes it possible to
get to the memory locations in question. And I'm referring to
processor access. When the processor sends an address over the
FSB, the chipset maps the address to the appropriate piece of
hardware. And in this case, where Windows indicates ~3.2GB
free, it means 800MB of memory simple cannot be accessed from
the processor. The memory continues to be refreshed by the DRAM
controller (a function local to the Northbridge), and the
Northbridge has visibility to the RAM, but the processor can't
get there.
*******
For some interesting background on what might have been
possible, try this article. PAE makes it possible, for a 32 bit
OS to address a 36 bit or larger address space. Individual programs
cannot use all the memory at once with that scheme - it would
take multiple programs to be able to actually use all the memory,
but PAE does offer a better alternative for someone who happens
to buy too much memory for their computer. This person did some
experiments, to show how easy it is to do.
http://www.geoffchappell.com/viewer.htm?doc=notes/windows/license/memory.htm
It is possible WinXP SP1 would have allowed this also. That is addressed
in this section of that article.
"Windows XP SP2
Special mention must be made of Windows XP SP2 and SP3. If you were
fortunate enough to have 4GB in a machine for running a client version
of Windows up to and including Windows XP SP1, and your hardware had
memory remapping so that some of your 4GB was above the 4GB address,
and your third-party drivers worked correctly with memory above 4GB,
then you will have faced an unfortunate side-effect when upgrading to
Windows XP SP2: you will have bought a downgrade of how much RAM
Microsoft permits you to use."
If you wanted to use the entire 4GB, then your best bet would be
WinXP SP1, rather than SP2 or SP3. Remapping should be turned on in
the BIOS, if your BIOS doesn't automatically do the right thing.
And that is for the x32 bit version of the OS, as x64 would be
fine on its own.
HTH,
Paul