Files
jsix/src/include/log_areas.inc
Justin C. Miller 6c468a134b [kernel] Add HPET support, create clock class
Create a clock class which can be queried for current timestamp in
nanoseconds. Also implements a simple HPET class as one possible clock
source.

Tags: time
2020-06-28 17:49:31 -07:00

15 lines
274 B
C++

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