CPUID: Difference between revisions

206 bytes added ,  14 years ago
What is bad about cpuid?
[unchecked revision][unchecked revision]
(→‎See Also: Add link to VMX page (orphan))
(What is bad about cpuid?)
Line 1:
The CPUID is a [http://markhobley.yi.org/glossary/supplementaryinstruction.html processor supplementary instruction] for the [[x86]] architecture that can be used to retrieve various amount of information about your cpu[[CPU]], like its vendor string and model number, the size of internal caches and (more interesting), the list of CPU features supported.
 
== How to use CPUID ==
Line 181:
* Intel's [http://bochs.sourceforge.net/techspec/24161821.pdf CPUID Specification]
* AMD's [http://www.amd.com/us-en/assets/content_type/white_papers_and_tech_docs/25481.pdf CPUID Specification]
* [http://markhobley.yi.org/programming/cpuid.html What is bad about cpuid?]
 
[[Category:X86 CPU]]
Anonymous user