kernelslacker / x86info

x86info : x86 processor register decoder.
GNU General Public License v2.0
40 stars 20 forks source link

x86info.

Somewhere in the mists of time, there was a program by Phil Karn (KA9Q) called cpuid, which identified CPU. It didn't get updated very often, and quickly got out of date. It also didn't do much more than just simple decoding.

x86info was written to succeed Phils work. Initially, it borrowed some bits from his code, but the last remnants are now long gone. Additional functionality has been added, such as support for SMP, and building on non-Linux platforms. (Solaris, and FreeBSD should work).

Features:

Requirements:

Info on the command line switches can be found in the man page.