diff options
author | Michael Foiani <mfoiani@cs.brown.edu> | 2024-02-11 04:05:38 -0500 |
---|---|---|
committer | Michael Foiani <mfoiani@cs.brown.edu> | 2024-02-11 04:05:38 -0500 |
commit | c2cebabba05eff0436faf90bbd691c1e36f7013c (patch) | |
tree | 395bd6c7513b028c82b9c4cd5ffc1ebf8e1787ca /kernel/util/debug.c | |
parent | 65ece110519f88227039921b09dab60ec4d3d982 (diff) |
add debug statements and start some testing
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 027c05f..b6ba72a 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,thr,proc,sched" /* Below is a truly terrible poll-driven serial driver that we use for debugging * purposes - it outputs to COM1, but |