Hacker News new | ask | show | jobs
by mikeyouse 2288 days ago
The Linux Foundation recently released a free course as well titled "A Beginner's Guide to Linux Kernel Development" - haven't taken it yet, but another resource for the community:

https://training.linuxfoundation.org/resources/free-courses/...

2 comments

Here's another freely available beginner's resource on Linux internals by u/0xAX [0]: https://0xax.gitbooks.io/linux-insides/content/index.html

[0] https://news.ycombinator.com/submitted?id=0xAX

I have looked at this one, it is useful if you do know about Linux internals already. It just introduces you to the development process (how to commit your code and etc.)