summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjörn B. Brandenburg <bbb@cs.unc.edu>2010-05-20 08:43:51 -0400
committerBjörn B. Brandenburg <bbb@cs.unc.edu>2010-05-20 08:43:51 -0400
commit170e0ddff3e509c2bc9b13478de6cef60c4b0b28 (patch)
treeaffe10986fb72229c7985b984a5b62ceb789b584
parent5f6848fcdf46eed41f60f6ca4bafde2121cf4df1 (diff)
add hint for kernel configuration
-rw-r--r--index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.html b/index.html
index 6551efb..3ee7788 100644
--- a/index.html
+++ b/index.html
@@ -376,6 +376,7 @@ patch -p1 &lt; ../litmus-rt-2010.1.patch
376# - disable NO_HZ 376# - disable NO_HZ
377# - don't use power management options like frequency scaling 377# - don't use power management options like frequency scaling
378# - disable support for group scheduling 378# - disable support for group scheduling
379# - disable "Write protect kernel read-only data structures" (in kernel debug)
379make menuconfig 380make menuconfig
380# compile the kernel 381# compile the kernel
381make bzImage 382make bzImage