Update KERNEL.md

This commit is contained in:
mayfrost 2018-03-03 19:08:20 +00:00 committed by GitHub
parent 27d8f8883e
commit 26f0ed9317
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.