Update KERNEL.md

This commit is contained in:
mayfrost 2018-03-03 09:34:02 +00:00 committed by GitHub
parent f8f0133324
commit 11ef89fb71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,23 +7,23 @@ Compiling a kernel has the advantage to make it as minimal and featureful as you
* Give yourself a cup of tea or coffee while you wait to compile. * Give yourself a cup of tea or coffee while you wait to compile.
1. [PREPARATIONS](#preparations) 1. [PREPARATIONS](#preparations)
1. [GETTING THE KERNEL SOURCE](#getting-the-kernel-source) 2. [GETTING THE KERNEL SOURCE](#getting-the-kernel-source)
1. [OPTIONAL](#optional) 2.1. [OPTIONAL](#optional)
1. [DOWNLOAD THE KERNEL SOURCE](#download-the-kernel-source) 2.2. [DOWNLOAD THE KERNEL SOURCE](#download-the-kernel-source)
1. [GENERATING A CONFIGURATION FILE](#generation-a-configuration-file) 3. [GENERATING A CONFIGURATION FILE](#generation-a-configuration-file)
1. [CHANGING THE CONFIGURATION (OPTIONAL)](#changing-the-configuration-optional) 4. [CHANGING THE CONFIGURATION (OPTIONAL)](#changing-the-configuration-optional)
1. [COMPILATION](#compilation) 5. [COMPILATION](#compilation)
1. [OPTION A: One command](#option-a-one-command) 5.1. [OPTION A: One command](#option-a-one-command)
1. [OPTION B: One by one](#option-b-one-by-one) 5.2. [OPTION B: One by one](#option-b-one-by-one)
1. [BUILD MODULES](#build-modules) 5.3. [BUILD MODULES](#build-modules)
1. [INITRD](#initrd) 6. [INITRD](#initrd)
1. [MODULES](#modules) 7. [MODULES](#modules)
1. [COMPILE A SINGLE MODULE](#compile-a-single-module) 7.1. [COMPILE A SINGLE MODULE](#compile-a-single-module)
1. [DKMS](#dkms) 7.2. [DKMS](#dkms)
1. [KERNEL PATCH](#kernel-patch) 8. [KERNEL PATCH](#kernel-patch)
1. [OPTION 1: Git](#option-1-git) 8.1. [OPTION 1: Git](#option-1-git)
1. [OPTION 2: Patch command](#option-2-patch-command) 8.2. [OPTION 2: Patch command](#option-2-patch-command)
1. [OPTION 3: Patch with zcat](#option-2-patch-with-zcat) 8.3. [OPTION 3: Patch with zcat](#option-2-patch-with-zcat)
## PREPARATIONS ## PREPARATIONS
* To see which version the new kernel source is. * To see which version the new kernel source is.