commit 26f0ed9317febb8f6ed08e5ae2866f09b347c5cc parent 27d8f8883e825b6523c3e02529af7a9ec7af0100 Author: mayfrost <mayfrost@cock.li> Date: Sat, 3 Mar 2018 19:08:20 +0000 Update KERNEL.md Diffstat:
| M | KERNEL.md | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/KERNEL.md b/KERNEL.md @@ -40,7 +40,7 @@ Compiling a kernel has the advantage to make it as minimal and featureful as you ## GETTING THE KERNEL SOURCE ### 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/__. `cd /usr/src/` * Symlink.