Add cpuid-tycho

This commit is contained in:
c0dev0id
2022-12-19 01:56:07 +01:00
parent ab1dac7ff6
commit 30a0150d81
7 changed files with 136 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
"cpuid" dumps results from the x86 CPUID instruction, and decodes
information from certain leaves.
NOTE: the code in this software to bind to a specific CPU is non functional
on OpenBSD; if you are trying to find information from different cores, you'll
need to run it multiple times until the process is scheduled on the core of
interest.