|
Home Page linux linux ppc contacts |
| l.u. 17/12/2002 |
| *Tip*: debian release kernel sources direct by apt. You won't use official sources but benh tree, so don't do apt way but follow what's here. |
make menuconfigYou can try to make your own configuration. Read the more "help" sections you can the first time and each time you find something new. It will be a long task, but it will worth time spent.
| *Tip*: errors when making menuconfig? apt-get install libncurses5-dev. |
make-kpkg binaryYou'll get some .deb debian packages in the upper directory, normally "/usr/src/", in the form "kernel-something-version-Custom_arch.deb". What you really need is the something = image package, but it's good you installall the something = headers package too:
cd .. dpkg -i kernel-image-___.deb dpkg -i kernel-headers-___.debAfter that you can reboot your machine for get the new kernel running. Of course you'll use dpkg for acting on these packages the same way for the others: --purge, -L etc.