diff --git a/KERNEL.md b/KERNEL.md index b9f78ae..bd0ad00 100644 --- a/KERNEL.md +++ b/KERNEL.md @@ -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. 1. [PREPARATIONS](#preparations) -1. [GETTING THE KERNEL SOURCE](#getting-the-kernel-source) -1. [OPTIONAL](#optional) -1. [DOWNLOAD THE KERNEL SOURCE](#download-the-kernel-source) -1. [GENERATING A CONFIGURATION FILE](#generation-a-configuration-file) -1. [CHANGING THE CONFIGURATION (OPTIONAL)](#changing-the-configuration-optional) -1. [COMPILATION](#compilation) -1. [OPTION A: One command](#option-a-one-command) -1. [OPTION B: One by one](#option-b-one-by-one) -1. [BUILD MODULES](#build-modules) -1. [INITRD](#initrd) -1. [MODULES](#modules) -1. [COMPILE A SINGLE MODULE](#compile-a-single-module) -1. [DKMS](#dkms) -1. [KERNEL PATCH](#kernel-patch) -1. [OPTION 1: Git](#option-1-git) -1. [OPTION 2: Patch command](#option-2-patch-command) -1. [OPTION 3: Patch with zcat](#option-2-patch-with-zcat) +2. [GETTING THE KERNEL SOURCE](#getting-the-kernel-source) +2.1. [OPTIONAL](#optional) +2.2. [DOWNLOAD THE KERNEL SOURCE](#download-the-kernel-source) +3. [GENERATING A CONFIGURATION FILE](#generation-a-configuration-file) +4. [CHANGING THE CONFIGURATION (OPTIONAL)](#changing-the-configuration-optional) +5. [COMPILATION](#compilation) +5.1. [OPTION A: One command](#option-a-one-command) +5.2. [OPTION B: One by one](#option-b-one-by-one) +5.3. [BUILD MODULES](#build-modules) +6. [INITRD](#initrd) +7. [MODULES](#modules) +7.1. [COMPILE A SINGLE MODULE](#compile-a-single-module) +7.2. [DKMS](#dkms) +8. [KERNEL PATCH](#kernel-patch) +8.1. [OPTION 1: Git](#option-1-git) +8.2. [OPTION 2: Patch command](#option-2-patch-command) +8.3. [OPTION 3: Patch with zcat](#option-2-patch-with-zcat) ## PREPARATIONS * To see which version the new kernel source is.