How To Modify Linux Source Code?

Page 2 - Seeking answers? Join the Tom's Hardware community: where nearly two million members share solutions and discuss the latest tech.
G

Guest

Guest
Hey guys, I was wondering how to modify linux? Are there any programming languages that I need to know? What text should I type? I'd like to make my own linux distribution, but it looks like a lot to build.
 
Solution
Definitely go to classes but if you want to get a look at C, check this out.

The kernel its self is mostly written in C. A lot of the user programs may be written in C++ (amongst other languages).