[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: newbie Q2: recompiling kernel for SMP



>> "CE" == Chris Evans <C.Evans@sghms.ac.uk> writes:

CE> 2nd newbie question:
CE> I know I have to change one line in the makefile to get a comment 
CE> hash removed to reveal smp=1 to get my kernel makefile ready to 
CE> recompile the kernel for my twin pentium machine in SMP mode.  

CE> The catch is that I don't want to mess this up.  Please would 
CE> someone tell me exactly what I need to do to get that recompile 
CE> and to get the compressed kernel image (?), and put it in the right 
CE> place.

get and install kernel-package.deb (in main/misc IIRC). This is *not*
the kernel-source but a great helper package.

cd /usr/src/linux

uncomment the SMP line in Makefile

make-kpkg clean

make-kpkg --revision=custom.1.0 kernel_image

dpkg -i ../kernel-image*.deb

reboot

read /usr/doc/kernel-package/*

Ciao,
	Martin


--  
Unsubscribe?  mail -s unsubscribe debian-user-request@lists.debian.org < /dev/null


Reply to: