mirror of
https://github.com/justinian/jsix.git
synced 2025-12-10 00:14:32 -08:00
Move more logging infrastructure into kutil
This commit is contained in:
9
src/include/log_areas.inc
Normal file
9
src/include/log_areas.inc
Normal 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);
|
||||
Reference in New Issue
Block a user