Move kernel over to new logger

This commit is contained in:
Justin C. Miller
2019-03-17 15:03:30 -07:00
parent c592f5f537
commit 39524b2b9f
4 changed files with 34 additions and 152 deletions

8
src/kernel/log_areas.inc Normal file
View File

@@ -0,0 +1,8 @@
LOG(apic, info);
LOG(device, debug);
LOG(paging, info);
LOG(driver, debug);
LOG(memory, debug);
LOG(fs, debug);
LOG(task, debug);
LOG(boot, debug);