cpuid.md: add page (#1833)

This commit is contained in:
Max Xu 2017-12-28 16:51:50 +08:00 committed by Agniva De Sarker
parent ec3bf34b5e
commit 1970f5474c

15
pages/linux/cpuid.md Normal file
View File

@ -0,0 +1,15 @@
# cpuid
> Display detailed information about all CPUs.
- Display information for all CPUs:
`cpuid`
- Display information only for the current CPU:
`cpuid -1`
- Display raw hex information with no decoding:
`cpuid -r`