You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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}.
0 commit comments