Skip to content

Commit

Permalink
cpuid_check: add the README for cpuid_check tool
Browse files Browse the repository at this point in the history
Signed-off-by: Pengfei Xu <[email protected]>
  • Loading branch information
xupengfe authored and ysun committed Jan 26, 2024
1 parent 0d97761 commit 2733c30
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions tools/cpuid_check/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# cpuid_check tool

```
CPUID is an instruction from Intel x86 CPU.
For more details about CPUID, please check out the Intel SDM link below:
Volume2 -> 3.3 INSTRUCTIONS (A-L) -> CPUID—CPU Identification
```
https://www.intel.com/content/www/us/en/developer/articles/technical/intel-sdm.html

```
This tool follows SDM to determine the cpuid result so that it can be used
by other apps.
```

0 comments on commit 2733c30

Please sign in to comment.