1.Скачал ядро 2.6.0 2.Распаковал в /home/my_name/ 3.Сказал mrproper 4.Сказал make config - все по умолчанию 5.Сказал make clean 6.Сказал make bzImage
и тут началось.... :-) ------------------------------------------------------------- In file included from include/linux/sched.h23, from include/linux/module.h10, from init/main.c:15 include/linux/smp.h:33 error: conflicting types for 'smp_send_reshedule' include/asm/smp.h:41 error: previous declaration of 'smp_send_reshedule' was h include/linux/smp.h:33 error: conflicting types for 'smp_send_reshedule' include/asm/smp.h:41 error: previous declaration of 'smp_send_reshedule' was h In file included from include/linux/unistd.h:9, from init/main.c:19: include/asm/unistd.h:397:warning: conflicting types for built-in function '_exit' make[1]: *** [init/main.o] Ошибка 1 make: *** [init] Ошибка 2
------------------------------------------------------------------
Что делать? И нужен ли пункт 5, в некоторых инструкциях его нет.