From b1cb42848145cbab98a8590680d2ea4f473213d7 Mon Sep 17 00:00:00 2001 From: malc Date: Fri, 31 Aug 2007 00:57:47 +0400 Subject: [PATCH] Describe idlestat --- README | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/README b/README index 01f54dd..09c4cc3 100644 --- a/README +++ b/README @@ -92,7 +92,22 @@ wise) on Microsoft Windows. [3] http://cpu.rightmark.org/products/rmclock.shtml ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -To build you will need: +To build idlestat (boring console application) you will need: + +GCC - http://gcc.gnu.org/ + +Plus all what is required to build a kernel module. + +Process: + +$ gcc -o idlestat idlestat.c +$ cd mod && make + +Idlestat (as well as APC) requires kernel module to be loaded in order +for it to operate. Module loading is described below. + +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +To build APC (graphical application with bells etc) you will need: OCaml - http://caml.inria.fr/ocaml/ LablGL - http://wwwfun.kurims.kyoto-u.ac.jp/soft/lsl/lablgl.html -- 2.11.4.GIT