Skip to content

theredspecial0/cpuid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

cpuid

Simple assembly to print the CPUID string of x86_64 processors.

To assemble and run:

make run

Common CPUID's:

  • "GenuineIntel" - Intel
  • "AuthenticAMD" - AMD
  • "Microsoft Hv" - Microsoft Hyper-V
  • "GenuineIntel" - Apple Rosetta 2
  • "VirtualApple" - Rosetta 2 (newer versions)

Releases

No releases published

Packages

No packages published