> How do we find out the bus width of a processor ? > > Is there anything other than > > uname -a > that might be able to hint this ? > > MK. You can cat /proc/cpuinfo and then look up the bus width on the named processor's data sheet, or you could possibly do something with timing loops. I am unaware of a way to get at this directly. Bob -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/