Revision [29685]
This is an old revision of CompilingKernel made by darkcity on 2013-12-08 06:46:18.
cn::de::es::fr::gr::hu::it::ja::kr::nl::pl::pt::ru::se::us::vn:: |
HomePage > Components and HowTos > Compiling
Compiling Kernel
Pre-requisites:
conventional installation of Puppy Linux operating system
installation of corresponding devx SFS file
installation of corresponding devx SFS file
Go to https://www.kernel.org and select a kernel to download, e.g.:
wget -c https://www.kernel.org/pub/linux/kernel/v3.x/linux-3.11.4.tar.xz
cp linux-3.11.4.tar.xz /usr/src
cd /usr/src
tar xfv linux-3.11.4.tar.xz
rm -f linux
ln -fnsv linux-3.11.4 linux
cd /usr/src/linux
make menuconfig
time make -j N
make modules_install
make install
reboot
Also on the Wiki
Related Webpages
http://bkhome.org/sources/kernel-3.2.18/bk-readme.htm
http://puppylinux.com/development/compilekernel.htm
http://kernelnewbies.org/FAQ/KernelCompilation
Distrowatch kernel tips
forum topic
forum post
forum topic
http://www.cyberciti.biz/tips/compiling-linux-kernel-26.html
http://www.linux.com/archive/feature/118524
http://www.tuxradar.com/content/how-compile-linux-kernel
http://www.linuxforums.org/forum/linux-kernel/55612-mini-howto-compile-linux-kernel-2-6-a.html
http://easylinuxcds.com/blog/?p=3244
http://www.redhat.com/docs/manuals/linux/RHL-9-Manual/custom-guide/s1-custom-kernel-modularized.html
http://www.howtoforge.net/kernel_compilation_fedora
http://linuxpoison.blogspot.com/2008/07/how-to-compile-linux-kernel.html
http://newbiedoc.sourceforge.net/tutorials/kernel-pkg/config-kernel-pkg.html.en
Categorieshttp://puppylinux.com/development/compilekernel.htm
http://kernelnewbies.org/FAQ/KernelCompilation
Distrowatch kernel tips
forum topic
forum topic
http://www.cyberciti.biz/tips/compiling-linux-kernel-26.html
http://www.linux.com/archive/feature/118524
http://www.tuxradar.com/content/how-compile-linux-kernel
http://www.linuxforums.org/forum/linux-kernel/55612-mini-howto-compile-linux-kernel-2-6-a.html
http://easylinuxcds.com/blog/?p=3244
http://www.redhat.com/docs/manuals/linux/RHL-9-Manual/custom-guide/s1-custom-kernel-modularized.html
http://www.howtoforge.net/kernel_compilation_fedora
http://linuxpoison.blogspot.com/2008/07/how-to-compile-linux-kernel.html
http://newbiedoc.sourceforge.net/tutorials/kernel-pkg/config-kernel-pkg.html.en