mirror of
https://github.com/justinian/jsix.git
synced 2025-12-10 08:24:32 -08:00
[kernel] Add spam logging to trace mailbox calls
Added a new IPC log category, and logging of mailbox calls in it. Also added some logs in init's service locator to help track down the bug fixed in the previous commit.
This commit is contained in:
@@ -2,10 +2,11 @@ LOG(apic, info)
|
||||
LOG(boot, info)
|
||||
LOG(device, spam)
|
||||
LOG(irq, info)
|
||||
LOG(memory, info)
|
||||
LOG(objs, info)
|
||||
LOG(memory, verbose)
|
||||
LOG(objs, spam)
|
||||
LOG(paging, info)
|
||||
LOG(sched, info)
|
||||
LOG(syscall,info)
|
||||
LOG(sched, verbose)
|
||||
LOG(syscall,verbose)
|
||||
LOG(task, verbose)
|
||||
LOG(timer, info)
|
||||
LOG(ipc, spam)
|
||||
|
||||
Reference in New Issue
Block a user