Hacker News new | ask | show | jobs
by aryastark 4521 days ago
No. All binary programs access the CPU directly. Only certain instructions require being in a certain "ring" (i.e. access level). The CPUID instruction is non-privileged, meaning you can access it from user space.