Q. What is Master slave kernel?
Master slave kernel: In this model just one of processors is assigned as Master.
The master is in charge for subsequent activities:
i) running the kernel code
ii) handling the system calls
iii) handling the interrupts.
The rest of processors in system run just user code and are known as slaves.