I'm studying linux kernel. I read this, "Linux's system call is faster than many other OS, reason is linux's fast context switching time. Process's context switching is very simple and system call handler is simple too".
What's mean of this?? why linux'x context switching is faster than other OS? Why can speak linux's system call handler is simple?