Revision history for CompilingKernel


Revision [29690]

Last edited on 2013-12-08 06:48:05 by darkcity [~[[http://www.murga-linux.com/puppy/viewtopic.php?]
Additions:
~[[http://www.murga-linux.com/puppy/viewtopic.php?p=742262#742262 Compiling Kernel and Glibc post by amigo]]


Revision [29687]

Edited on 2013-12-08 06:47:05 by darkcity [~[[http://www.murga-linux.com/puppy/viewtopic.php?]
Additions:
==Also on the Wiki==
Deletions:
==Also on the Wiki


Revision [29685]

Edited on 2013-12-08 06:46:18 by darkcity [~[[http://www.murga-linux.com/puppy/viewtopic.php?]
Additions:
==Also on the Wiki
~[[About the Kernel|]]


Revision [29684]

Edited on 2013-12-08 06:45:42 by darkcity [~[[http://www.murga-linux.com/puppy/viewtopic.php?]
Additions:
{{include tonguesCompilingkernel}}
~Pre-requisites:
~~[[InstallationFullHDD conventional installation]] of Puppy Linux operating system
~~installation of corresponding [[devx]] SFS file
==Related Webpages==
~[[http://bkhome.org/sources/kernel-3.2.18/bk-readme.htm]]
~[[http://puppylinux.com/development/compilekernel.htm]]
~[[http://kernelnewbies.org/FAQ/KernelCompilation]]
~[[http://distrowatch.com/weekly.php?issue=20110418#tips Distrowatch kernel tips]]
~[[http://www.murga-linux.com/puppy/viewtopic.php?t=67706 forum topic]]
---
~[[http://murga-linux.com/puppy/viewtopic.php?p=442935#442935 forum post]]
~[[http://www.murga-linux.com/puppy/viewtopic.php?t=33461 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]]
CategoryCompiling
Deletions:
Pre-requisites:
- [[InstallationFullHDD conventional installation]] of Puppy Linux operating system
- installation of corresponding [[devx]] SFS file
==Appendix==
http://bkhome.org/sources/kernel-3.2.18/bk-readme.htm
http://puppylinux.com/development/compilekernel.htm
http://kernelnewbies.org/FAQ/KernelCompilation
[[http://distrowatch.com/weekly.php?issue=20110418#tips]]
http://www.murga-linux.com/puppy/viewtopic.php?t=67706
[[http://murga-linux.com/puppy/viewtopic.php?p=442935#442935]]
http://www.murga-linux.com/puppy/viewtopic.php?t=33461
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


Revision [29172]

Edited on 2013-10-12 13:44:39 by coolpup [~[[http://www.murga-linux.com/puppy/viewtopic.php?]
Additions:
http://newbiedoc.sourceforge.net/tutorials/kernel-pkg/config-kernel-pkg.html.en
Deletions:
make oldconfig


Revision [29144]

Edited on 2013-10-12 12:53:46 by coolpup [~[[http://www.murga-linux.com/puppy/viewtopic.php?]
Additions:
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
tar xfv linux-3.11.4.tar.xz
%%ln -fnsv linux-3.11.4 linux%%
Deletions:
wget -c https://www.kernel.org/pub/linux/kernel/v3.x/linux-3.9.5.tar.xz
cp linux-3.9.5.tar.xz /usr/src
tar xfv linux-3.9.5.tar.xz
%%ln -fnsv linux-3.9.5 linux%%


Revision [29138]

Edited on 2013-10-12 12:49:28 by coolpup [~[[http://www.murga-linux.com/puppy/viewtopic.php?]
Additions:
====Compiling Kernel====
time make -j N
%%where N is the number of C.P.U. cores
[[http://distrowatch.com/weekly.php?issue=20110418#tips]]
[[http://murga-linux.com/puppy/viewtopic.php?p=442935#442935]]
Deletions:
====**Compiling Kernel**====
time make -j 2
http://distrowatch.com/weekly.php?issue=20110418#tips
http://murga-linux.com/puppy/viewtopic.php?p=442935#442935


Revision [27804]

Edited on 2013-06-12 16:49:38 by coolpup [~[[http://www.murga-linux.com/puppy/viewtopic.php?]
Additions:
cp linux-3.9.5.tar.xz /usr/src
tar xfv linux-3.9.5.tar.xz
%%ln -fnsv linux-3.9.5 linux%%
Deletions:
cp linux-3.4.5.tar.xz /usr/src
tar xfv linux-3.4.5.tar.xz
%%ln -fnsv linux-3.4.5 linux%%


Revision [27803]

Edited on 2013-06-12 16:48:26 by coolpup [~[[http://www.murga-linux.com/puppy/viewtopic.php?]
Additions:
====**Compiling Kernel**====
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.9.5.tar.xz
%%ln -fnsv linux-3.4.5 linux%%
time make -j 2
Deletions:
====Compiling Kernel====
Go to http://www.kernel.org/pub/linux/kernel/ and select a kernel to download, e.g.:
wget -c http://www.kernel.org/pub/linux/kernel/v3.0/linux-3.4.5.tar.xz
%%ln -s linux-3.4.5 linux
make
[[http://www.kernel.org/ Linux]] source


Revision [23179]

Edited on 2012-08-09 06:26:55 by darkcity [bread]
Additions:
[[HomePage]] > [[ComponentHowTo Components and HowTos]] > [[CompilingIndex Compiling]]
====Compiling Kernel====


Revision [22420]

Edited on 2012-07-19 06:03:55 by coolpup [bread]
Additions:
- [[InstallationFullHDD conventional installation]] of Puppy Linux operating system
Deletions:
- [[InstallationFullHDD full installation]] of Puppy Linux operating system


Revision [22419]

Edited on 2012-07-19 05:47:26 by coolpup [bread]
Additions:
- installation of corresponding [[devx]] SFS file
Deletions:
- installation of corresponding //devx// SFS file


Revision [22418]

Edited on 2012-07-19 05:44:43 by coolpup [bread]
Additions:
- [[InstallationFullHDD full installation]] of Puppy Linux operating system
Deletions:
- [[FullInstallation full installation]] of Puppy Linux operating system


Revision [22415]

Edited on 2012-07-19 05:41:15 by coolpup [bread]
Additions:
Pre-requisites:
- [[FullInstallation full installation]] of Puppy Linux operating system
- installation of corresponding //devx// SFS file


Revision [22414]

Edited on 2012-07-19 05:36:29 by coolpup [bread]
Additions:
[[http://www.kernel.org/ Linux]] source
Deletions:
[[http://www.kernel.org/ Linux kernel]] source


Revision [22413]

Edited on 2012-07-19 05:35:43 by coolpup [bread]

No Differences

Revision [22412]

Edited on 2012-07-19 05:35:08 by coolpup [bread]
Additions:
==Appendix==
Deletions:
===Summary===


Revision [22411]

Edited on 2012-07-19 05:26:48 by coolpup [bread]
Additions:
http://bkhome.org/sources/kernel-3.2.18/bk-readme.htm


Revision [22410]

Edited on 2012-07-18 17:00:09 by coolpup [bread]
Additions:
%%ln -s linux-3.4.5 linux
Deletions:
%%ln -s linux-3.4.5.tar.xz linux


Revision [22409]

Edited on 2012-07-18 16:59:16 by coolpup [bread]
Additions:
wget -c http://www.kernel.org/pub/linux/kernel/v3.0/linux-3.4.5.tar.xz
cp linux-3.4.5.tar.xz /usr/src
cd /usr/src
tar xfv linux-3.4.5.tar.xz
%%ln -s linux-3.4.5.tar.xz linux
cd /usr/src/linux
make oldconfig
make menuconfig
make
make modules_install
make install
reboot
Deletions:
# wget -c http://www.kernel.org/pub/linux/kernel/v3.0/linux-3.4.5.tar.xz
# cp linux-3.4.5.tar.xz /usr/src
# cd /usr/src
%%(language-ref)# tar xfv linux-3.4.5.tar.xz%%
%%ln -s linux-3.4.5.tar.xz linux%%
%%(language-ref)# cd /usr/src/linux%%
# make oldconfig
# make menuconfig
# make
# make modules_install
# make install
# reboot


Revision [22408]

Edited on 2012-07-18 16:57:31 by coolpup [bread]
Additions:
%%(language-ref)# cd /usr/src/linux%%
Deletions:
# cd linux-3.4.5


Revision [22407]

Edited on 2012-07-18 16:56:12 by coolpup [bread]
Additions:
Go to http://www.kernel.org/pub/linux/kernel/ and select a kernel to download, e.g.:
# wget -c http://www.kernel.org/pub/linux/kernel/v3.0/linux-3.4.5.tar.xz
# cp linux-3.4.5.tar.xz /usr/src
%%(language-ref)# tar xfv linux-3.4.5.tar.xz%%
%%rm -f linux%%
%%ln -s linux-3.4.5.tar.xz linux%%
# cd linux-3.4.5
Deletions:
# wget -c http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.34.tar.gz
# cp linux-2.6.34.tar.gz /usr/src
# tar xfv linux-2.6.34.tar.gz
# cd linux-2.6.34


Revision [15245]

Edited on 2011-06-11 04:25:50 by coolpup [bread]
Additions:
http://www.murga-linux.com/puppy/viewtopic.php?t=67706
Deletions:
===References===


Revision [14226]

Edited on 2011-04-20 16:08:07 by coolpup [bread]
Additions:
http://distrowatch.com/weekly.php?issue=20110418#tips


Revision [12076]

Edited on 2011-01-14 13:39:40 by coolpup [bread]
Additions:
----
==Categories==
CategoryDevelopment


Revision [12074]

Edited on 2011-01-14 13:35:50 by coolpup [bread]
Additions:
http://kernelnewbies.org/FAQ/KernelCompilation


Revision [8803]

Edited on 2010-08-18 07:22:38 by coolpup [bread]
Additions:
http://murga-linux.com/puppy/viewtopic.php?p=442935#442935
http://www.murga-linux.com/puppy/viewtopic.php?t=33461


Revision [8032]

Edited on 2010-07-05 06:52:49 by coolpup [bread]
Additions:
===Summary===
Deletions:
===Summary (outline)===


Revision [8031]

Edited on 2010-07-05 06:52:04 by coolpup [bread]
Additions:
===References===


Revision [8027]

Edited on 2010-07-05 06:38:50 by coolpup [bread]
Additions:
# wget -c http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.34.tar.gz
Deletions:
# wget http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.34.tar.gz


Revision [8026]

Edited on 2010-07-05 05:46:35 by coolpup [bread]
Additions:
[[http://www.kernel.org/ Linux kernel]] source
Deletions:
[[http://www.kernel.org/ kernel]] source


Revision [8024]

The oldest known version of this page was created on 2010-07-05 05:44:06 by coolpup [bread]
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki