aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndi Kleen <ak@linux.intel.com>2009-12-14 16:20:33 +0100
committerAndi Kleen <ak@linux.intel.com>2009-12-14 16:20:33 +0100
commit0bfd11b869848b413879b82f8a39e23ac8865cee (patch)
tree5154d044069bef83acb1ecf3ce6bc4c38312e2e9
parentef36622ae64af4088c072bb5e0a4457589c2e1a8 (diff)
downloadmce-test-0bfd11b869848b413879b82f8a39e23ac8865cee.tar.gz
Add quickstart note to the README
Signed-off-by: Andi Kleen <ak@linux.intel.com>
-rw-r--r--README5
1 files changed, 5 insertions, 0 deletions
diff --git a/README b/README
index 3eb183b..6992755 100644
--- a/README
+++ b/README
@@ -90,6 +90,11 @@ Test Instruction
Please refer to corresponding section in doc/howto.txt.
+Very quick way to test this:
+ be root
+ make sure you have a kernel with CONFIG_X86_MCE_INJECT
+ and CONFIG_HWPOISON_INJECT and soft-offlining support
+ run "make test"
Futher Information
------------------