mirror of
https://github.com/mayfrost/guides.git
synced 2024-10-31 23:16:06 +00:00
Update KERNEL.md
This commit is contained in:
parent
ae887daa60
commit
6a40934441
@ -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").
|
||||||
|
Loading…
Reference in New Issue
Block a user