Code Monkey home page Code Monkey logo

x86info-1's Introduction

x86info.

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.
(Solaris, and FreeBSD should work).



Features:
 - SMP support.
 - Recognition of all Intel/AMD/Centaur/Cyrix/VIA CPUs.
 - Parsing of model specific registers.
 - Approximation of current CPU MHz.

Requirements:
* On Linux, at least version 2.4 of glibc is required.

*  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/modprobe.conf:

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

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

x86info-1's People

Contributors

andreneonet avatar cemeyer avatar dankamongmen avatar fche avatar jamesd avatar jlevon avatar kernelslacker avatar kostikbel avatar l1viathan avatar snaewe avatar sorensp avatar stass avatar watologo1 avatar wt avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.