Add temporary log output
Currently the kernel idle process is an infinite loop printing logs, with no locking.
This commit is contained in:
@@ -138,4 +138,5 @@ kernel_main(kernel_args *header)
|
||||
}
|
||||
|
||||
sched->start();
|
||||
logs::output_logs();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user