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
where N is the number of C.P.U. cores

make modules_install

make install

reboot


Also on the Wiki






Categories
CategoryDevelopment
CategoryCompiling
There are no comments on this page.
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki