[kernel] Revive the debugcon logger as a kernel thread

The debugcon logger is now separate from logger::output, and is instead
a kernel-internal thread that watches for logs and prints them to the
deubcon device.
This commit is contained in:
Justin C. Miller
2023-02-08 22:32:01 -08:00
parent 71069cb38b
commit f05a1d3310
11 changed files with 124 additions and 9 deletions

1
configure vendored
View File

@@ -35,6 +35,7 @@ def generate(output, config, manifest):
"source_root": root,
"build_root": output,
"module_root": path,
"config": config,
}
code = compile(open(modfile, 'r').read(), modfile, "exec")