Merge pull request #119 from marconi1964/master

Improve grammar
This commit is contained in:
Jim Huang 2021-09-29 22:20:49 +08:00 committed by GitHub
commit b0bbe0121f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -563,7 +563,7 @@ $ make
HOSTLD scripts/kconfig/conf HOSTLD scripts/kconfig/conf
\end{verbatim} \end{verbatim}
If you do not desire to actually compile the kernel, you can interrupt the build process (CTRL-C) just after the SPLIT line, because at that time, the files you need will be are ready. If you do not desire to actually compile the kernel, you can interrupt the build process (CTRL-C) just after the SPLIT line, because at that time, the files you need are ready.
Now you can turn back to the directory of your module and compile it: It will be built exactly according to your current kernel settings, and it will load into it without any errors. Now you can turn back to the directory of your module and compile it: It will be built exactly according to your current kernel settings, and it will load into it without any errors.
\section{Preliminaries} \section{Preliminaries}