What does it mean to say “linux kernel is preemptive”?
Prior to Linux kernel version 2.5.4, Linux Kernel was not preemptive which means a process running in kernel mode cannot be moved out of processor until it itself leaves the processor or it starts waiting for some input output operation to get complete. Generally a process in user mode can enter into kernel mode using … Read more