aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAyma-n <aymanbt14@gmail.com>2024-01-28 23:09:13 -0500
committerAyma-n <aymanbt14@gmail.com>2024-01-28 23:09:13 -0500
commitc1f23e12e525670d61e1c3e3b25a26075d9917e4 (patch)
treeb709f1dd4714b2f87f3a84ab6845d58e116f1426
parent6d2c24b95ea2771d00b2e41367a18b0f06594bc8 (diff)
parent7960b45237a8b22fd28d73c519ab9b5eac4998da (diff)
Merge branch 'master' of https://github.com/brown-cs1690/2024-weenix-stencil
-rw-r--r--kernel/util/debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/util/debug.c b/kernel/util/debug.c
index 47c8345..027c05f 100644
--- a/kernel/util/debug.c
+++ b/kernel/util/debug.c
@@ -19,7 +19,7 @@
* always be the first thing in this variable. Note that this setting can be
* changed at runtime by modifying the dbg_modes global variable.
*/
-#define INIT_DBG_MODES "-all"
+#define INIT_DBG_MODES "-all,test,print"
/* Below is a truly terrible poll-driven serial driver that we use for debugging
* purposes - it outputs to COM1, but