Index: linux-2.6.8.1-ck9/kernel/sched.c
===================================================================
--- linux-2.6.8.1-ck9.orig/kernel/sched.c	2004-10-02 12:15:49.786407456 +1000
+++ linux-2.6.8.1-ck9/kernel/sched.c	2004-10-02 12:15:58.356063500 +1000
@@ -285,7 +285,7 @@ static unsigned int slice(task_t *p)
 /*
  * sched_interactive - sysctl which allows interactive tasks to have bursts
  */
-int sched_interactive = 1;
+int sched_interactive = 0;
 
 static int rr_interval(task_t * p)
 {
Index: linux-2.6.8.1-ck9/mm/vmscan.c
===================================================================
--- linux-2.6.8.1-ck9.orig/mm/vmscan.c	2004-10-02 12:15:49.870394285 +1000
+++ linux-2.6.8.1-ck9/mm/vmscan.c	2004-10-02 12:16:15.666348774 +1000
@@ -115,8 +115,8 @@ struct shrinker {
 #define prefetchw_prev_lru_page(_page, _base, _field) do { } while (0)
 #endif
 
-int vm_mapped = 66;
-int vm_hardmaplimit = 1;
+int vm_mapped = 0;
+int vm_hardmaplimit = 0;
 static long total_memory;
 
 static LIST_HEAD(shrinker_list);

