Files
jsix/src/kernel/log_areas.inc
Justin C. Miller ca2362f858 Simplify task switches
No longer using the rsp from the entry to the kernel, but instead
switching rsp at task-switching time in assembly.

This currently breaks fork()
2019-03-31 22:49:24 -07:00

9 lines
156 B
C++

LOG(apic, info);
LOG(device, info);
LOG(paging, debug);
LOG(driver, info);
LOG(memory, debug);
LOG(fs, info);
LOG(task, debug);
LOG(boot, debug);