aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Benavides-Luu <nate1299@me.com>2024-01-28 22:04:55 -0500
committerGitHub <noreply@github.com>2024-01-28 22:04:55 -0500
commit7960b45237a8b22fd28d73c519ab9b5eac4998da (patch)
treef8f6cff4a08b47e2b462bbe749e533013710c69c
parent6bd9a350148802b027d6b4d717358dc824d3d528 (diff)
enable debug statements
-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