On Mon, Sep 29, 2014 at 3:27 PM, Reindl Harald <[email protected]> wrote: > [...] > * how do you do that? > * from where is cpuid coming - IMHO it's from the kernel (/proc/cpuinfo)
cpuid is a x86 instruction that allows you to query information about the cpu (name, model, ...) and its capabilities. It has nothing to do with the kernel. -- devel mailing list [email protected] https://admin.fedoraproject.org/mailman/listinfo/devel Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
