Add temporary log output

Currently the kernel idle process is an infinite loop printing logs,
with no locking.
This commit is contained in:
Justin C. Miller
2019-03-19 00:51:33 -07:00
parent 39524b2b9f
commit 7fe1b7d1f5
5 changed files with 73 additions and 15 deletions

View File

@@ -138,4 +138,5 @@ kernel_main(kernel_args *header)
}
sched->start();
logs::output_logs();
}