You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
Thanks for this great Gitbook. Well written.
The
vsyscalls
chapter talks aboutcontext switch
andswitching 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
The text was updated successfully, but these errors were encountered: