diff options
author | Ayma-n <aymanbt14@gmail.com> | 2024-01-28 23:09:13 -0500 |
---|---|---|
committer | Ayma-n <aymanbt14@gmail.com> | 2024-01-28 23:09:13 -0500 |
commit | c1f23e12e525670d61e1c3e3b25a26075d9917e4 (patch) | |
tree | b709f1dd4714b2f87f3a84ab6845d58e116f1426 /kernel/util/debug.c | |
parent | 6d2c24b95ea2771d00b2e41367a18b0f06594bc8 (diff) | |
parent | 7960b45237a8b22fd28d73c519ab9b5eac4998da (diff) |
Merge branch 'master' of https://github.com/brown-cs1690/2024-weenix-stencil
Diffstat (limited to 'kernel/util/debug.c')
-rw-r--r-- | kernel/util/debug.c | 2 |
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 |