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
I see that during a context switch, PCB / Thread stores the contents of the IP/SP registers. But what about all the other general purpose registers, e.g RAX, RBX etc...
Doesn't those need to be stored as well for the context switching to function properly?
The text was updated successfully, but these errors were encountered:
I see that during a context switch, PCB / Thread stores the contents of the IP/SP registers. But what about all the other general purpose registers, e.g RAX, RBX etc...
Doesn't those need to be stored as well for the context switching to function properly?
The text was updated successfully, but these errors were encountered: