repo.or.cz
/
dockapps.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
wmail: define debug macros as empty if debug is not enabled.
[dockapps.git]
/
wmlongrun
/
MAKEDEV-cpuid-msr
blob
747657a09cfce19b85dee3c34ec7c0e03bbf7f2a
1
#!/bin/sh
2
3
msr_major
=
202
4
cpuid_major
=
203
5
mkdir
-m
0755
-p
/
dev
/
cp
u
/
0
6
mknod
/
dev
/
cp
u
/
0
/
msr
-m
0600
c
$msr_major
0
7
mknod
/
dev
/
cp
u
/
0
/
cpuid
-m
0444
c
$cpuid_major
0