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:
@@ -21,5 +21,5 @@ enum class syscall : uint64_t
|
||||
};
|
||||
|
||||
void syscall_enable();
|
||||
uintptr_t syscall_dispatch(uintptr_t, cpu_state &);
|
||||
void syscall_dispatch(cpu_state *);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user