mirror of
https://github.com/justinian/jsix.git
synced 2025-12-10 00:14:32 -08:00
Move all table-style include files that are part of the public kernel interface to the j6/tables include path
16 lines
293 B
C++
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);
|