mayfrost-guides

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit ca3ad6dcf755dfc11108d2eb43d6bd0684f5dd3b
parent fcf87418b1e231942ab8da839e61582909816272
Author: mayfrost <mayfrost@cock.li>
Date:   Sat,  3 Mar 2018 19:13:02 +0000

Update KERNEL.md
Diffstat:
MKERNEL.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/KERNEL.md b/KERNEL.md @@ -102,7 +102,7 @@ __NOTE__: The __-j\<X>__ flag, where __\<X>__ is the number of cores +1, __IS OP And with ccache   `make -j<X> CC="ccache gcc" <OTHER_FLAGS>` -For compilation you have two options, __OPTION A__ is the easiest and is a single command. __OPTION B__ is here for teaching purposes. +For compilation you have two options, __OPTION A__ is the easiest and is a single command. __OPTION B__ is here for didactic purposes. ### OPTION A: One command Compile and move everything to its place. The "__all__" flag makes modules AND the __bzImage__ at the same time (replaces "__bzImage__" and "__modules__" flags).