diff options
Diffstat (limited to 'src/kernel/config.h')
-rw-r--r-- | src/kernel/config.h | 6 |
1 files changed, 6 insertions, 0 deletions
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 :*/ |