Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.3 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67a
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > System > System Administration

    x86info 1.21

    Download button

    Downloads: 792  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    Fair (2.8/5)
    18 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Dave Jones | More programs
    GPL / FREE
    November 27th, 2007, 15:36 GMT
    ROOT / System / System Administration

     Read user reviews (0)  Refer to a friend  Subscribe

    x86info description

    x86info application is a CPU identification utility.

    x86info application is a CPU identification utility.

    Somewhere in the mists of time, there was a program by Phil Karn (KA9Q) called cpuid, which identified CPU. It didn't get updated very often, and quickly got out of date. It also didn't do much more than just simple decoding.

    x86info was written to succeed Phils work. Initially, it borrowed some bits from his code, but the last remnants are now long gone. Additional functionality has been added, such as support for SMP, and building on non-Linux platforms.

    Here are some key features of "x86info":

    · SMP support.
    · Recognition of all Intel/AMD/IDT/Cyrix/VIA CPUs.
    · Parsing of model specific registers.
    · Approximation of current CPU MHz.

    Caveats:
    · For usage of the MSR / SMP functions, x86info needs the x86 cpuid driver provided with the Linux kernel since 2.2.18 / 2.4.0, and the appropriate nodes in /dev

    To set up these devices, do the following..

    mkdir /dev/cpu
    for i in 0 1 2 3 4 5 6 7
    do
    mkdir /dev/cpu/$i ; cd /dev/cpu/$i
    mknod cpuid c 203 $i
    mknod msr c 202 $i
    done

    · If you are using the cpuid / msr drivers built as modules as opposed to built into the kernel, then you should ensure the following is in your /etc/modules.conf

    alias char-major-202 msr
    alias char-major-203 cpuid

    Info on the command line switches can be found in the man page.

    Product's homepage

      


    TAGS:

    CPU identification | proc identification | CPU information | CPU | proc | processor

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM