From e631ad9267fead1ae222a226943dfd2c028f4d66 Mon Sep 17 00:00:00 2001 From: Jim Huang Date: Fri, 22 Dec 2023 21:02:18 +0800 Subject: [PATCH] Proofread --- lkmpg.tex | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/lkmpg.tex b/lkmpg.tex index e3c3dd5..eb2f52f 100644 --- a/lkmpg.tex +++ b/lkmpg.tex @@ -2127,11 +2127,14 @@ 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 \src{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 would like to contribute to this guide or notice anything glaringly wrong, please create an issue at \url{https://github.com/sysprog21/lkmpg}. -Your pull requests will be appreciated. +For those deeply interested in kernel programming, +\href{https://kernelnewbies.org}{kernelnewbies.org} and the \src{Documentation} subdirectory within the kernel source code are highly recommended. +Although the latter may not always be straightforward, it serves as a valuable initial step for further exploration. +Echoing Linus Torvalds' perspective, the most effective method to understand the kernel is through personal examination of the source code. + +Contributions to this guide are welcome, especially if there are any significant inaccuracies identified. +To contribute or report an issue, please initiate an issue at \url{https://github.com/sysprog21/lkmpg}. +Pull requests are greatly appreciated. Happy hacking! \end{document} -- 2.39.5