Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Suppose somebody gives you a system without any stickers/label/product information and you are able to boot a 2.6.26 (standard 32-bit) kernel on it. Now if would like to know whether this system supports 64-bit (SMP) kernel or not, how can you find that out?
One way is to install a 64 bit kernel and then try to boot from it.
If machines crashes/hangs => Your system is 32-bit
If machines boots successfully => Your system does support 64-bit
Another way is to go to BIOS and try to see the CPU information.
However is there any other way by which you can tell without installing the 64-bit kernel or going into the BIOS?
Last edited by kushalkoolwal; 03-17-2009 at 07:55 PM.
cat /proc/cpuinfo | grep flags
Then look at the output carefully to see if lm is there.
My output on a system with dual core 64 bit support. Notice the eighth item from the end.
Code:
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall lm pni monitor ds_cpl est cid cx16 xtpr
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall lm pni monitor ds_cpl est cid cx16 xtpr
This thread wrecks my confidence in LQ's "Similar Threads" feature, because this question sure has been asked and answered multiple times before and every item I see in "Similar Threads" is a total miss. I'm still sure a few attempts at searching would have found the correct similar threads. Answering again was easier.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.