mirror of
https://github.com/justinian/jsix.git
synced 2025-12-10 00:14:32 -08:00
Move kernel over to new logger
This commit is contained in:
8
src/kernel/log_areas.inc
Normal file
8
src/kernel/log_areas.inc
Normal 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);
|
||||
Reference in New Issue
Block a user