Update KERNEL.md

This commit is contained in:
mayfrost 2018-06-13 22:16:39 +00:00 committed by GitHub
parent ae887daa60
commit 6a40934441
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,6 +27,7 @@ Compiling a kernel has the advantage to make it as minimal and featureful as you
8.2. [OPTION 1: Git](#option-1-git) 8.2. [OPTION 1: Git](#option-1-git)
8.3. [OPTION 2: Patch command](#option-2-patch-command) 8.3. [OPTION 2: Patch command](#option-2-patch-command)
8.4. [OPTION 3: Patch with zcat](#option-2-patch-with-zcat) 8.4. [OPTION 3: Patch with zcat](#option-2-patch-with-zcat)
8. [DRIVERS](#drives)
--- ---
@ -229,3 +230,8 @@ Git can be used to fallback from the patch and revert to the upatched source.
`zcat <PATCH_FILE>.gz | patch -p1` `zcat <PATCH_FILE>.gz | patch -p1`
Compile the kernel with the patch now included. Compile the kernel with the patch now included.
---
## DRIVERS
The drivers have different names depending on your device (like "iwlwifi" and its "ucode" for WiFi). In part they can be installed from a package usually named "linux-firmware", but they may not be complete (this provides "ucode" but not "iwlwifi").