mirror of
https://github.com/justinian/jsix.git
synced 2025-12-10 00:14:32 -08:00
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