aboutsummaryrefslogtreecommitdiff
path: root/kernel/util
diff options
context:
space:
mode:
authorsotech117 <michael_foiani@brown.edu>2024-04-26 08:06:23 +0000
committersotech117 <michael_foiani@brown.edu>2024-04-26 08:06:23 +0000
commit106eacf796dc15d1256aa92ee4ded216d0e6f29c (patch)
tree122ece6e43cf8ef3679d9ca2e8a2b4d6810f1f8d /kernel/util
parent30e8db594acc751d39d70bedfb83408b90676835 (diff)
finish s5, but no clean halt
Diffstat (limited to 'kernel/util')
-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 027c05f..a8f9732 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,test,print"
+#define INIT_DBG_MODES "-all,test,print,s5fs"
/* Below is a truly terrible poll-driven serial driver that we use for debugging
* purposes - it outputs to COM1, but