It was written that with windows xp 32 bit the top 700 mb or ram or so was not usable. But it has also been said that there is no point installing more than 3gb or so. So this leads me to this issue. So is that area reserved by the os actually residing in that ram, or is just using the address space. In other words is the ram physically being filled with 700mb of information, or is 700mb of the cpu’ address space being reserved and mapped. Because if it is not, then installing 3gbs would still be a problem, because it would still take away 700mb somehow?
Share
32 bit systems have 4 GB of available address space, but address space is used fo rmore than just system memory. For example, part of video card memory can be mapped into the address space, which reduces the space available for system memory. This is covered in the section “How graphics cards and other devices affect memory limits” of Microsoft’s Memory Limits for Windows page.
The applicable text is below to preserve for posterity: