Move more logging infrastructure into kutil

This commit is contained in:
Justin C. Miller
2019-04-06 11:46:53 -07:00
parent 863555ec6b
commit e050d6f151
6 changed files with 28 additions and 30 deletions

View File

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