Browse Source

Proofread

Jim Huang 1 năm trước cách đây
mục cha
commit
e631ad9267
1 tập tin đã thay đổi với 8 bổ sung5 xóa
  1. 8 5
      lkmpg.tex

+ 8 - 5
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}