Back to Browse

LPIC-2 201 Compiling a Linux kernel

24.5K views
Mar 6, 2014
15:40

More videos like this online at http://www.theurbanpenguin.com In this tutorial we work with SUSE Enterprise Linux 11 SP3 using the kernel 3.0 and download the current latest stable release from kernel.org; being 3.13. We then run though the process are compiling the new kernel wget "https://kernel.org/pub/linux....." tar -Jxvf linux-3.13...tar.xz -C /usr/src/ cd /usr/src/linux-3.13.5/ make clean make mrproper make oldconfig make menuconfig make bzImage make modules make modules_install make install reboot

Download

0 formats

No download links available.

LPIC-2 201 Compiling a Linux kernel | NatokHD