Files
jsix/src/include/j6/tables/log_areas.inc
Justin C. Miller c3dd65457d [kernel] Move 'table' includes to j6/tables
Move all table-style include files that are part of the public kernel
interface to the j6/tables include path
2021-01-28 18:42:42 -08:00

16 lines
293 B
C++

LOG(apic, info);
LOG(device, debug);
LOG(paging, info);
LOG(driver, info);
LOG(memory, debug);
LOG(fs, info);
LOG(task, info);
LOG(sched, info);
LOG(loader, debug);
LOG(boot, debug);
LOG(syscall,info);
LOG(vmem, debug);
LOG(objs, debug);
LOG(timer, debug);
LOG(clock, debug);