mirror of
https://github.com/mayfrost/guides.git
synced 2024-11-01 07:26:04 +00:00
Update KERNEL.md
This commit is contained in:
parent
27d8f8883e
commit
26f0ed9317
@ -40,7 +40,7 @@ Compiling a kernel has the advantage to make it as minimal and featureful as you
|
|||||||
## GETTING THE KERNEL SOURCE
|
## GETTING THE KERNEL SOURCE
|
||||||
|
|
||||||
### OPTIONAL: Symlink
|
### OPTIONAL: Symlink
|
||||||
Is standard to download Linux sources under __/usr/src/__, to link the downloaded kernel tree to __/usr/src/linux-<VERSION_NUMBER>__ and work there, but is not a requirement.
|
Is standard to download Linux sources under __/usr/src/__, then link the downloaded kernel tree to __/usr/src/linux-<VERSION_NUMBER>__ and work there, but is not a requirement.
|
||||||
* Change to __/usr/src/__.
|
* Change to __/usr/src/__.
|
||||||
`cd /usr/src/`
|
`cd /usr/src/`
|
||||||
* Symlink.
|
* Symlink.
|
||||||
|
Loading…
Reference in New Issue
Block a user