Ask HN: I'd like to start reading the Linux source code. Where should I start?
1–10 of 14 posts
Re: Ask HN: I'd like to start reading the Linux source code. Where should I start?
#2Re: Ask HN: I'd like to start reading the Linux source code. Where should I start?
#3So in that spirit, try the XinuOS. It has the complete source code for a minimal, clean and practical OS. Search for the book explaining it inside out.
xv6, a re-implementation of Dennis Ritchie's and Ken Thompson's Unix Version 6 (v6) also comes to mind.
And C. Don't forget to sharpen your C skills.
Re: Ask HN: I'd like to start reading the Linux source code. Where should I start?
#4Re: Ask HN: I'd like to start reading the Linux source code. Where should I start?
#5Re: Ask HN: I'd like to start reading the Linux source code. Where should I start?
#6Get knowledge of operating systems ( I like the minix book by tanenbaum ). Learn about Linux internals ( I like linux kernel development by Robert love)
Then, pick bits you’re interested in and jump !
Re: Ask HN: I'd like to start reading the Linux source code. Where should I start?
#7find something you don't like about linux and try to track down where that thing is to fix it
Re: Ask HN: I'd like to start reading the Linux source code. Where should I start?
#8Re: Ask HN: I'd like to start reading the Linux source code. Where should I start?
#9Re: Ask HN: I'd like to start reading the Linux source code. Where should I start?
#10Since you do not mention if you're already a pro with OS internals and implementations, I will assume, maybe incorrectly, that you're not. So in that spirit, try the XinuOS. It has the complete source code for a minimal, clean and practical OS. Search for the book explaining it inside out. xv6, a re-implementation of Dennis Ritchie's and Ken Thompson's Unix Version 6 (v6) also comes to mind. And C. Don't forget to sh…
Did you mean https://en.wikipedia.org/wiki/Xinuos or https://www.amazon.in/Operating-System-Design-Approach-Secon... ?