-
Notifications
You must be signed in to change notification settings - Fork 5
Reading List
Neel Shah edited this page Feb 22, 2015
·
3 revisions
- http://lwn.net/Archives/ -- Linux kernel and Linux-related topics, updated every week. See all the articles more than a week old. Though you might not understand many of the kernel-related posts, you might still get something from them.
- http://news.ycombinator.com -- Hacker news. Not the most useful forum for learning, but still fun blog posts.
- http://programming.reddit.com -- same.
- http://phil-lopreiato.github.io/gdb-workshop -- A tutorial for learning the GNU Debugger (GDB)
- https://github.com/angrave/SystemProgramming/wiki -- Systems and OS text book
- https://github.com/0xAX/linux-insides/tree/master/Booting -- How the Linux kernel boots