Merge pull request #46 from arushsharma24/patch-1

Fix typo
This commit is contained in:
Jim Huang 2021-08-08 04:59:03 +08:00 committed by GitHub
commit 507019330e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1564,7 +1564,7 @@ You might need to do this for a short time and that is OK, but if you do not ena
\section{Where To Go From Here?}
\label{sec:where_to_go}
For people seriously interested in kernel programming, I recommend \href{https://kernelnewbies.org}{kernelnewbies.org} and the \emph{Documentation} subdirectory within the kernel source code which is bot always easy to understand but can be a starting point for further investigation.
For people seriously interested in kernel programming, I recommend \href{https://kernelnewbies.org}{kernelnewbies.org} and the \emph{Documentation} subdirectory within the kernel source code which is not always easy to understand but can be a starting point for further investigation.
Also, as Linus Torvalds said, the best way to learn the kernel is to read the source code yourself.
If you are interested in more examples of short kernel modules then searching on sites such as Github and Gitlab is a good way to start, although there is a lot of duplication of older LKMPG examples which may not compile with newer kernel versions.