On Fri, 06 Feb 2009 16:11:36 -0500, Tim Slattery <>
wrote:
>lap <> wrote:
>
>>Thanks for this. I read somewhere that vista 32 bit do not manage more
>>than 3.2 G of RAM. Do you think it's true?
>
>All 32-bit systems have this problem. They have a 32-bit (4GB) address
>space, but some of that must be used for BIOS, video RAM, etc. What's
>left over is used to access system RAM. See
>http://members.cox.net/slatteryt/RAM.html
The reason for this is hard-coded in the math used in 32bit OSes.
A limit of 32bit OSes is the fact that the highest number which can be
used in 32bit memory operations is about 4GB and change (approximately
[4x1024x1,000,000], or ~4,096,000,000).
This is what Tim refers to as "address space".
~4GB is the highest integer number which can be displayed and operated
on in binary numbers, the number system of computers, using 32bit
arithmetic.
Donald L McDaniel