mirror of
https://github.com/justinian/jsix.git
synced 2025-12-10 08:24:32 -08:00
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()
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
LOG(apic, info);
|
||||
LOG(device, debug);
|
||||
LOG(paging, info);
|
||||
LOG(driver, debug);
|
||||
LOG(device, info);
|
||||
LOG(paging, debug);
|
||||
LOG(driver, info);
|
||||
LOG(memory, debug);
|
||||
LOG(fs, debug);
|
||||
LOG(fs, info);
|
||||
LOG(task, debug);
|
||||
LOG(boot, debug);
|
||||
|
||||
Reference in New Issue
Block a user