mirror of
https://github.com/justinian/jsix.git
synced 2025-12-10 00:14:32 -08:00
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()
9 lines
156 B
C++
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);
|