|
Why has there never been a patch to allow 32-bit processors and motherboards to run more than 3.6 GB of memory? Is this simply a thing to get you to buy the 64-bit? |
|
It's not a software thing, it's a hardware limitation in the processor itself. The range of integer values that can be stored in 32 bits is 0 through 4,294,967,295 or −2,147,483,648 through 2,147,483,647 using two's complement encoding. Hence, a processor with 32-bit memory addresses can directly access 4 GB of byte-addressable memory. (Source) |
