Possible Duplicate:
How do I check if I have a 32-bit or a 64-bit OS?
This question seems to come up quite regularly. The answer I know is to go to terminal and type uname -m
if it says "x86_64" then I am running 64 bit. Can this be accomplished using GUI?