Red Hat LINUX 7.2 Reference Manual page 64

Hide thumbs Also See for LINUX 7.2:
Table of Contents

Advertisement

64
fpu
: yes
fpu_exception : yes
cpuid level : 2
wp
: yes
flags
bogomips : 666.82
Quite a bit of information is available here. Among the highlights:
processor — Provides each processor with an identifying number. If you only have one pro-
cessor, you will only see a 0. However, if you are using a machine with multiple processors, each
of the processors will have it own number, increasing by one as you go down the list, and its own
collection of information.
cpu family — Authoritatively tells you the type of processor you have in the system. Simply
place the number in front of "86" to calculate the value. This is particularly helpful if you are
wondering about the architecture of an older system (686, 586, 486, or 386). As RPM packages
are occasionally compiled for particular architectures, this value tells you which package to install
on the system.
model name — Gives you the popular name of the processor, including its project name.
cpu MHz — Shows the precise speed in megahertz of that particular processor (in thousandths).
cache size — Tells you the amount of level 2 memory cache available to the processor.
flags — Defines a number of different qualities about the processor, such as the presence of a
floating point unit (FPU) and the ability to process MMX instructions.
4.2.4 /proc/devices
This file displays the various character and block devices currently configured for use with the kernel.
It does not include modules that are available but not loaded into the kernel. Sample output from this
file looks similar to this:
Character devices:
1 mem
2 pty
3 ttyp
4 ttyS
5 cua
7 vcs
10 misc
29 fb
36 netlink
128 ptm
136 pts
: fpu vme de pse tsc msr pae mce cx8 sep mtrr pge mca cmov
Chapter 4:The /proc Filesystem

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the LINUX 7.2 and is the answer not in the manual?

Questions and answers

This manual is also suitable for:

Linux 7.2

Table of Contents