diff options
author | Antonio Hernández Blas <hba.nihilismus@gmail.com> | 2014-11-24 08:22:36 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-11-24 08:22:36 +0700 |
commit | 25f13ad673363eaaef19c0c8a8dd522e28f710aa (patch) | |
tree | b5b392327dd1230a36e606a62e409baae6dc2b3c /system/cpuid/README | |
parent | abca7c2558aca25e14063a1ec80776bb14bd684f (diff) |
system/cpuid: Added (CPU Tool).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/cpuid/README')
-rw-r--r-- | system/cpuid/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/system/cpuid/README b/system/cpuid/README new file mode 100644 index 000000000000..d9ca3a3351da --- /dev/null +++ b/system/cpuid/README @@ -0,0 +1,7 @@ +cpuid (Linux tool to dump x86 CPUID information about the CPUs) + +cpuid dumps detailed information about the CPU(s) gathered from the +CPUID instruction, and also determines the exact model of CPU(s). + +It supports Intel, AMD, and VIA CPUs, as well as older Transmeta, +Cyrix, UMC, NexGen, Rise, and SiS CPUs. |