fork.science

Question: Running in user mode, can a mode switch be done without a context switch?

A No, switching to kernel mode implies kernel process takes over some user process (and vice versa) B Yes, those are two unrelated concepts
C It depends, as the context can be either a kernel or a user context