summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorfche <fche>2006-03-15 14:33:34 +0000
committerfche <fche>2006-03-15 14:33:34 +0000
commit9e0abebdf8aca24910b68ed35107926aab91443b (patch)
tree70817055a438c957fbe246b9dfe070e7e10e4e48 /README
parent14cbcf6ac46e0579228bcc2246382d76a6b9220c (diff)
downloadsystemtap-steved-9e0abebdf8aca24910b68ed35107926aab91443b.tar.gz
systemtap-steved-9e0abebdf8aca24910b68ed35107926aab91443b.tar.xz
systemtap-steved-9e0abebdf8aca24910b68ed35107926aab91443b.zip
* clarify kernel version prereq
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index b01f94ff..87861054 100644
--- a/README
+++ b/README
@@ -9,7 +9,7 @@ See the INSTALL file for generic build instructions.
Prerequisites:
-- linux kernel 2.6.11+ with kprobes
+- linux kernel with kprobes (mainline 2.6.11+ or backport)
- kernel module build environment (kernel-devel or kernel-smp-devel rpm)
- kernel debugging information (kernel-debuginfo rpm)
- C compiler (same as what kernel was compiled with)