08.12.2019
Posted by 
Download kernel source
  1. Kernel Source Code Download
Download

The easiest and most bandwidth-friendly way, if you expect to do this more than once, would be to clone the kernel's git repository and check out the version you want based on its tag. It's probably best to clone the, since that will include tags for all of the stable releases: git clone git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.gitcd linuxgit checkout v2.6.36.2To later switch to another version, it's easy: git checkout v3.5.2To update your repository to include all of the latest tags and commits: git fetch.

Kernel Source Code Download

Linux refers to the family of Unix-like computer operating systems using the Linux kernel. Linux can be installed on a wide variety of computer hardware, ranging from mobile phones, tablet computers, routers, and video game consoles, to mainframes and supercomputers. Linux is a leading server operating system, and runs the 10 fastest supercomputers in the world.The development of Linux is one of the most prominent examples of free and open source software collaboration; typically all the underlying source code can be used, freely modified, and redistributed, both commercially and non-commercially, by anyone under licenses such as the GNU General Public License. Typically Linux is packaged in a format known as a Linux distribution for desktop and server use. Some popular mainstream Linux distributions include Debian (and its derivatives such as Ubuntu), Fedora and openSUSE.