Log about additional CPU/APICs

This commit is contained in:
Justin C. Miller
2019-04-08 14:33:10 -07:00
parent e050d6f151
commit cd13b88540
3 changed files with 13 additions and 7 deletions

View File

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