Quote:
Originally Posted by catilley1092
What is the difference between being straight out 64 bit & being capable of 64 bit?
|
If your hardware can address 64-Bits at one time then you are 64-Bit Capable. A 32-Bit operating system will only access 32-Bits at one time even if it is on a 64-Bit system.
Each bit is a binary switch. Each time you add a binary switch you double the amount of addresses the operating system can address.
If you are using a 32-bit operating system. The maximum amount of addresses is 4_GB. Remember everything in the computer needs addressing. After all hardware has been addressed then the remainder of the addresses can be alloted to system memory. This is why a 32-Bit operating system cannot address all 4GB of memory.
If you are using a 64-bit operating system. The maximum amount of addresses is 17,179,869,184_GB. This is a big jump from 4_GB. And they are now talking about 128-Bit operating systems aswell.