File: README.linux

package info (click to toggle)
gkrellongrun 2.2.0-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 132 kB
  • ctags: 140
  • sloc: ansic: 975; makefile: 51
file content (20 lines) | stat: -rw-r--r-- 550 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Requirements:

This plug-in requires that the Linux CPUID and MSR devices
be compiled into the kernel (or loaded as kernel modules),
that the CPUID character device be readable, and that the
MSR character device be both readable and writable.


Making the device nodes:

You should get root privilege and execute the following commands;
mkdir -m 0755 -p /dev/cpu/0
mknod /dev/cpu/0/msr -m 0600 c 202 0
mknod /dev/cpu/0/cpuid -m 0444 c 203 0


About make:

If you use the kernel which support 64bit sys_pread,
exec CFLAGS=-D_FILE_OFFSET_BITS=64 make.