From 4672f514591f0f7110103c4cd898909aef95b635 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Sat, 14 Mar 2015 14:17:03 +0100 Subject: Fix region allocator (see changes in region.c!) ; debug spam control. --- src/kernel/config.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/kernel/config.h') diff --git a/src/kernel/config.h b/src/kernel/config.h index f50a4ff..4d5d01f 100644 --- a/src/kernel/config.h +++ b/src/kernel/config.h @@ -26,4 +26,10 @@ #define DBGLOG_TO_SERIAL //#define DBGLOG_TO_SCREEN +// Several message types that spam the debug console +#define SPAM_CONTEXT_SWITCH 0 // show each context switch +#define SPAM_WAIT_RESUME_ON 0 // trace wait_on and resume_on calls +#define SPAM_FS_REF 0 // show reference inc/dec on VFS items +#define SPAM_BEGIN_EXIT 1 // trace thread creation/deletion && process begin/exit + /* vim: set ts=4 sw=4 tw=0 noet :*/ -- cgit v1.2.3