sysutils/cpuid-tycho: new port

This commit is contained in:
c0dev0id
2026-07-08 11:14:16 +02:00
parent 7f2ab0a62e
commit a834a66cbf
6 changed files with 96 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.