Skip to content

Commit e631ad9

Browse files
committed
Proofread
1 parent 80e400b commit e631ad9

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

lkmpg.tex

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2127,11 +2127,14 @@ \subsection{Disabling interrupts}
21272127

21282128
\section{Where To Go From Here?}
21292129
\label{sec:where_to_go}
2130-
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.
2131-
Also, as Linus Torvalds said, the best way to learn the kernel is to read the source code yourself.
2132-
2133-
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}.
2134-
Your pull requests will be appreciated.
2130+
For those deeply interested in kernel programming,
2131+
\href{https://kernelnewbies.org}{kernelnewbies.org} and the \src{Documentation} subdirectory within the kernel source code are highly recommended.
2132+
Although the latter may not always be straightforward, it serves as a valuable initial step for further exploration.
2133+
Echoing Linus Torvalds' perspective, the most effective method to understand the kernel is through personal examination of the source code.
2134+
2135+
Contributions to this guide are welcome, especially if there are any significant inaccuracies identified.
2136+
To contribute or report an issue, please initiate an issue at \url{https://github.com/sysprog21/lkmpg}.
2137+
Pull requests are greatly appreciated.
21352138

21362139
Happy hacking!
21372140
\end{document}

0 commit comments

Comments
 (0)