aboutsummaryrefslogtreecommitdiff
path: root/src/kernel/config.h
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2015-03-14 16:16:53 +0100
committerAlex Auvolat <alex@adnab.me>2015-03-14 16:16:53 +0100
commit57c5eceb846f3109d017b4e6d4cbd7c507c0d098 (patch)
treed4aa0917310a5ad7925736f9dadc07bcb5734383 /src/kernel/config.h
parentf574c22f86d90f735107fda199bb5b4982cd9621 (diff)
downloadkogata-57c5eceb846f3109d017b4e6d4cbd7c507c0d098.tar.gz
kogata-57c5eceb846f3109d017b4e6d4cbd7c507c0d098.zip
Begin implement escape sequence handling in terminal.
Diffstat (limited to 'src/kernel/config.h')
-rw-r--r--src/kernel/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/kernel/config.h b/src/kernel/config.h
index 4d5d01f..1792d52 100644
--- a/src/kernel/config.h
+++ b/src/kernel/config.h
@@ -31,5 +31,6 @@
#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
+#define SPAM_OOM_REASON 1 // print a message saying where we are when calling free_some_memory
/* vim: set ts=4 sw=4 tw=0 noet :*/