When I do a cat in /proc/cpuinfo it shows a line with clflushsize : 64
Does this mean my kernel is running in 64 bits?
|
feedback
|
will tell you the kernel - the end bit tells you the architecture. Two examples: My mac:
My Dreamhost hosting:
i386 = 32 bit x86_64 = 64 bit | |||
|
feedback
|
|
| |||
feedback
|
|
If you want to see only the platform that you are running on, you can use
The full list of supported options for
| |||||||
|
feedback
|