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 > 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