From 6294cfbeaa045a37dfd558c59498262d316bc887 Mon Sep 17 00:00:00 2001 From: malc Date: Sun, 8 Jul 2007 17:34:28 +0400 Subject: [PATCH] v0.91 --- OMakefile | 2 +- README | 2 +- apc.ml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/OMakefile b/OMakefile index 029cf36..7e953f0 100644 --- a/OMakefile +++ b/OMakefile @@ -1,4 +1,4 @@ -version = 0.90 +version = 0.91 ocaml-includes = -I +lablGL diff --git a/README b/README index 99c4530..18ec427 100644 --- a/README +++ b/README @@ -60,7 +60,7 @@ Variant 1 Add `idle=halt' to the kernel command line (method depends on the boot-loader) and reboot. -Variant 2 +Variant 2 (DANGEROUS) ------------------------------------------------------------------ Kernel 2..6 $ func=$(awk '/default_idle$/ {print "0x" $1}' /proc/kallsyms) diff --git a/apc.ml b/apc.ml index 9679771..4f60502 100644 --- a/apc.ml +++ b/apc.ml @@ -116,7 +116,7 @@ let niceth nprocs = module Args = struct let banner = - [ "Amazing Piece of Code by insanely gifted programmer, Version 0.90" + [ "Amazing Piece of Code by insanely gifted programmer, Version 0.91" ; "Motivation by: gzh and afs" ; "usage: " ] |> String.concat "\n" -- 2.11.4.GIT