previous
|
start
|
next
System Calls
Not a thread context switch, but a mode switch (user to privileged)
For most systems each thread uses 2 stacks: one for each mode.
System call library functions mostly load a register with the desired system function number and execute a trap
previous
|
start
|
next