First working release
[rmslog.git] / rmslog / cfg / cfg_proc.h
index e779ebe46a99a5c73cd0289ee92f4053a5e9e320..bd3772a374d7e0e2c5b85c467d3ee4fc4364ef88 100644 (file)
@@ -43,7 +43,7 @@
  *
  * $WIZ$ type = "autoenabled"
  */
-#define CONFIG_KERN 1
+#define CONFIG_KERN 0
 
 /**
  * Kernel interrupt supervisor. WARNING: Experimental, still incomplete!
  * Priority-based scheduling policy.
  * $WIZ$ type = "boolean"
  */
-#define CONFIG_KERN_PRI 1
+#define CONFIG_KERN_PRI 0
 
 /**
  * Dynamic memory allocation for processes.
  * $WIZ$ type = "boolean"
  * $WIZ$ conditional_deps = "heap"
  */
-#define CONFIG_KERN_HEAP 1
+#define CONFIG_KERN_HEAP 0
 
 /**
  * Size of the dynamic memory pool used by processes.
  * $WIZ$ type = "enum"
  * $WIZ$ value_list = "log_format"
  */
-#define KERN_LOG_FORMAT LOG_FMT_VERBOSE
+#define KERN_LOG_FORMAT LOG_FMT_TERSE
 
 #endif /*  CFG_PROC_H */