Skip to main content

From Linux do the following to see if the current machine can support a 64-bit kernel or not:

grep flags /proc/cpuinfo | grep lm

If you see a flag called "lm" then it can support a 64-Bit Linux install.

Category