How can I find out that my CPU supports 64bit operating systems under Linux, e.g.: Ubuntu, Fedora?
Tell me more
×
Unix & Linux Stack Exchange is a question and answer site for
users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.
|
|
Execute:
Find 'lm' flag. If it's present, it means your CPU is 64bit and it supports 64bit OS. 'lm' stands for long mode. Alternatively, execute:
Note the spaces in Update: You can use the following in terminal too:
This works on Ubuntu, not sure if you need to install additional packages for Fedora. |
||||
|
|
|
If your CPU is a 64bit one (x86-64), you can use it with a 64 bit OS. Here is a list of 64bit CPUs: http://en.wikipedia.org/wiki/64-bit#Current_64-bit_microprocessor_architectures |
|||
|
|