X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=rmslog%2Fcfg%2Fcfg_proc.h;h=bd3772a374d7e0e2c5b85c467d3ee4fc4364ef88;hb=HEAD;hp=e779ebe46a99a5c73cd0289ee92f4053a5e9e320;hpb=d628a65a3e1ab1a3e3f11dcbd65bca85174d36a9;p=rmslog.git diff --git a/rmslog/cfg/cfg_proc.h b/rmslog/cfg/cfg_proc.h index e779ebe..bd3772a 100644 --- a/rmslog/cfg/cfg_proc.h +++ b/rmslog/cfg/cfg_proc.h @@ -43,7 +43,7 @@ * * $WIZ$ type = "autoenabled" */ -#define CONFIG_KERN 1 +#define CONFIG_KERN 0 /** * Kernel interrupt supervisor. WARNING: Experimental, still incomplete! @@ -72,14 +72,14 @@ * 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. @@ -102,6 +102,6 @@ * $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 */