4.13.2015

Linux releases latest 4.0 kernel

Linux releases latest 4.0 kernel.

Linux kernel is the essential part of any Linux operating system. It is responsible for resource allocation, low-level hardware interfaces, security, simple communications, basic file system management, and more. Written from scratch by Linus Torvalds (with help from various developers), Linux is a clone of the UNIX operating system. It is geared towards POSIX and Single UNIX Specification compliances. 

Installing/Upgrading kernel

DOWNLOAD kernel from https://www.kernel.org/


$ sudo dpkg -i linux-headers-3.18.3*.deb linux-image-3.18.3*.deb
$ sudo update-grub
$ sudo reboot

0 comments:

Post a Comment