[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:
@@ -69,6 +69,9 @@ kernel = module("kernel",
|
||||
"wait_queue.cpp",
|
||||
])
|
||||
|
||||
if config == "debug":
|
||||
kernel.add_input("debugcon.cpp")
|
||||
|
||||
from glob import glob
|
||||
from os.path import join
|
||||
|
||||
|
||||
Reference in New Issue
Block a user