summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authordavej <davej>2001-09-13 19:34:58 +0000
committerdavej <davej>2001-09-13 19:34:58 +0000
commit3a035051a968241dd4cb8f372b12c6fcfaaeb2e0 (patch)
tree44ebbf57474cda3e75bb1ce9c46efd87a63a9262 /README
parentd6e0d724515e645aa761a5b647e9d7cacd4e3628 (diff)
Info re nodes in /dev/cpu
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 9 insertions, 0 deletions
diff --git a/README b/README
index c843279..5d02a05 100644
--- a/README
+++ b/README
@@ -15,6 +15,15 @@ Caveats:
needs the x86 cpuid driver provided with kernel
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
Command line switches: