[kernel] Don't use deferred logging for now
The last bug getting back to par with master - looks like there might be threading issues with the logger task at the moment. Turning it off for now. Tags: log bug todo
This commit is contained in:
@@ -28,7 +28,7 @@ logger_task()
|
|||||||
auto *ent = reinterpret_cast<log::logger::entry *>(buffer);
|
auto *ent = reinterpret_cast<log::logger::entry *>(buffer);
|
||||||
auto *cons = console::get();
|
auto *cons = console::get();
|
||||||
|
|
||||||
g_logger.set_immediate(nullptr);
|
//g_logger.set_immediate(nullptr);
|
||||||
log::info(logs::task, "Starting kernel logger task");
|
log::info(logs::task, "Starting kernel logger task");
|
||||||
|
|
||||||
scheduler &s = scheduler::get();
|
scheduler &s = scheduler::get();
|
||||||
|
|||||||
Reference in New Issue
Block a user