Cpuid/en: Difference between revisions
Jump to navigation
Jump to search
(Created page with 'thumb|right <code>CPUID</code> - a system diagnostic utility that displays some useful CPU information. == Authors == Sergey Kuzmin aka Wildwest e-ma...') |
No edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 7: | Line 7: | ||
e-mail: kuzmin_serg@list.ru | e-mail: kuzmin_serg@list.ru | ||
== CPUID instruction == | |||
{| class="wikitable" style="width:90%" | |||
|- | |||
| CPUID level | |||
| Role of output at '''Intel''' CPU | |||
| Example of output | |||
| Interpretation (decoding) of output | |||
| Role of output at '''AMD''' CPU | |||
| Example of output | |||
| Interpretation (decoding) of output | |||
|- | |||
| 0 | |||
| | |||
| | |||
| | |||
| | |||
| | |||
| | |||
|} | |||
<br> | <br> | ||
== Specifications == | |||
* http://www.intel.com/content/dam/www/public/us/en/documents/manuals/64-ia-32-architectures-software-developer-vol-2a-manual.pdf | |||
* http://support.amd.com/TechDocs/24594.pdf | |||
* http://www.sandpile.org/x86/cpuid.htm aggregator website, may be not reliable information | |||
<br> | <br> | ||
== Related pages == | |||
* [[How to make changes and test CPUID application of KolibriOS]] | |||
<br> | <br> | ||
<br> | <br> |
Latest revision as of 13:41, 27 July 2016
CPUID
- a system diagnostic utility that displays some useful CPU information.
Authors
Sergey Kuzmin aka Wildwest
e-mail: kuzmin_serg@list.ru
CPUID instruction
CPUID level | Role of output at Intel CPU | Example of output | Interpretation (decoding) of output | Role of output at AMD CPU | Example of output | Interpretation (decoding) of output |
0 |
Specifications
- http://www.intel.com/content/dam/www/public/us/en/documents/manuals/64-ia-32-architectures-software-developer-vol-2a-manual.pdf
- http://support.amd.com/TechDocs/24594.pdf
- http://www.sandpile.org/x86/cpuid.htm aggregator website, may be not reliable information
Related pages