summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authordavej <davej>2001-12-28 14:56:18 +0000
committerdavej <davej>2001-12-28 14:56:18 +0000
commit5e82b5806d4c514c316019382fa7df5fc85dd9a6 (patch)
treeabc072e05a97f77c7cd9328e8d26f00bde6e0e28 /README
parente99c8340c12592053be280a38ff88273bea8027c (diff)
Bert Freudenberg <bert@isg.cs.uni-magdeburg.de>
* README: Mention modules.conf for modular cpuid/msr drivers.
Diffstat (limited to 'README')
-rw-r--r--README15
1 files changed, 11 insertions, 4 deletions
diff --git a/README b/README
index 3bf4e13..2031857 100644
--- a/README
+++ b/README
@@ -22,7 +22,7 @@ Features:
Caveats:
- For usage of the MSR / SMP functions, x86info needs the
+* For usage of the MSR / SMP functions, x86info needs the
x86 cpuid driver provided with the Linux kernel 2.2.18 / 2.4.0,
and the appropriate nodes in /dev
@@ -36,13 +36,20 @@ Caveats:
mknod msr c 202 $i
done
- To build under Win32/Cygwin, uncomment the second line
+* 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
+
+* To build under Win32/Cygwin, uncomment the second line
in the Makefile, otherwise some files will fail to build.
- Usage under Win32 is somewhat limited at present:
+* Usage under Win32 is somewhat limited at present:
- no support for reading MSRs (anyone want to write a driver?)
- FreeBSD / OpenBSD / NetBSD also have the same limitations.
+* FreeBSD / OpenBSD / NetBSD also have the same limitations.
Info on the command line switches can be found in the man page.