linux-insides
linux-insides copied to clipboard
vsyscall avoids CPU mode switch not context switch
Thanks for this great Gitbook. Well written.
The vsyscalls chapter talks about context switch and switching contexts. Isn't this the actual CPU mode switch(user vs kernel mode) rather than the context switch used for switching between processes itself?
https://github.com/0xAX/linux-insides/blame/master/SysCall/linux-syscall-3.md#L27