On 9/22/05, raja <vnagaraju@xxxxxxxxxxxx> wrote: > > but how can i activate CONFIG_PREEMPT in the kernel configuration > is it > #define CONFIG_PREEMPT 1 ? > CONFIG_PREEMPT will be selected during kernel compilation ..... Just go to your kernel source directory ....... and there run " make menuconfig " and then in Processor Types and Faeatures select Preemptable Kernel option and then recompile kernel with this new configuration .... for recompilation just run " make bzImage modules modules_install install " and when it completes then just boot into your new kernel (entry in your boot-loader will be done automatically during kernel compilation) .......... -- Fawad Lateef -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/