11

Possible Duplicate:
How do I know that my CPU supports 64bit operating systems under Linux?

I am running Debian Squeeze, how can I determine whether my processor is 64 or 32-bit? I'm thinking of downloading a 64-bit OS because it's said to perform better.

Zignd
  • 3,103

1 Answers1

13

Type grep lm /proc/cpuinfo (lm stands for long mode)

Or just try booting with a 64-bit OS: if you do not have 64-bit support, it will say so and not boot.

lm: Long Mode (x86-64: amd64, also known as Intel 64, i.e. 64-bit capable)
djangofan
  • 4,147
Renan
  • 17,136