Make files and make targets Build and install a versione 3 kernel Dracut amd mkinitrd runttime tools Introduction to Compiling Kernels /usr/src/linux Download latest kernel from kernel.org wget https://www.kernel.org/pub/linux/kernel/v3.x/linux-3.18.5.tar.xz It sould be expanded into /usr/src/kernels/ where it will create its own sub-directory structure expanded in /usr/src/kernels sudo tar Jxvf linux-3.18.5.tar.xz -C /usr/src/kernels Link your source to the Full Article…
Viewing 1 item
Compiling a Linux Kernel