On Mon, 2003-04-14 at 23:45, learner linux wrote: > I have downloaded the Kernel 2.5.66 and successfully compiled it. > I understand that in this development kernel Robert Love's preemption patch > exists by default. > > Do, we need to build the kernel with some special build options to have the > preemption feature? Or is it enabled by default? Yes, you need to enable CONFIG_PREEMPT. If it is not set, kernel preemption is disabled. If it is set, you have a preemptive kernel. It is set by default in the standard defconfig (on i386, at least) but you may need to enable it if you use an old config. Robert Love -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/