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

@@ -11,6 +11,7 @@ namespace logs {
#undef LOG
void init();
void output_logs();
} // namespace logs