cn::de::es::fr::gr::hu::it::ja::kr::nl::pl::pt::ru::se::us::vn:: |
HomePage > ComponentHowTo Components and HowTos > CompilingIndex Compiling
Compiling Kernel
Pre-requisites:
InstallationFullHDD conventional installation of Puppy Linux operating system
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://www.redhat.com/docs/manuals/linux/RHL-9-Manual/custom-guide/s1-custom-kernel-modularized.html
Categories
CategoryDevelopmentCategoryCompiling