#rev 2020-09-08 bonaccos = How do I know what kind of processor I am working with? = Investigate the [[https://man7.org/linux/man-pages/man5/proc.5.html|proc(5)]] file `/proc/cpuinfo`. If you want to know that platform and kernel you're on, run `uname -a`. Alternatively: `lscpu` to get additional information. ---- [[CategoryLXCL]]