<div dir="ltr"><div><span style="font-size:12.8000001907349px">&gt; I&#39;m working on trying to teach myself C and was wondering if you had any</span><br style="font-size:12.8000001907349px"><span style="font-size:12.8000001907349px">&gt; kernel specific recommendations. I started the eudyptula challenge but</span><br style="font-size:12.8000001907349px"><span style="font-size:12.8000001907349px">&gt; so far it seems to be mostly learning the standards and whatnot. Are</span><br style="font-size:12.8000001907349px"><span style="font-size:12.8000001907349px">&gt; there any kernel/C books or online tutorials you guys think would help?</span><br style="font-size:12.8000001907349px"></div><div><span style="font-size:12.8000001907349px"><br></span></div>As others mention, using the Linux kernel to come up to speed with C is the wrong approach.  If you have a strong desire to learn kernel programming concepts while coming up to speed on C, I would suggest getting the latest book on Xinu, buying an Intel Galileo board and working your way through that book.  Xinu is what I cut my teeth on 25 years ago and I remember it being a terrific learning environment.  Xinu is not Linux (or Unix), but for starting at the ground level all the concepts will map over when you are ready to tackle Linux kernel work.<div><br></div><div>Information for Xinu can be found here: <a href="http://www.xinu.cs.purdue.edu/">http://www.xinu.cs.purdue.edu/</a></div><div><br></div><div>Good luck on your learning...</div><div><br></div><div>Mike Thompson</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Apr 6, 2015 at 10:17 AM, Greg KH <span dir="ltr">&lt;<a href="mailto:greg@kroah.com" target="_blank">greg@kroah.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Mon, Apr 06, 2015 at 10:43:46AM -0700, Joris Bolsens wrote:<br>
&gt; Hey list,<br>
&gt;<br>
&gt; I&#39;m working on trying to teach myself C and was wondering if you had any<br>
&gt; kernel specific recommendations. I started the eudyptula challenge but<br>
&gt; so far it seems to be mostly learning the standards and whatnot. Are<br>
&gt; there any kernel/C books or online tutorials you guys think would help?<br>
<br>
Don&#39;t learn C with kernel code, please take a few years really learning<br>
the language in userspace, with one of the other thousands of other<br>
userspace programs that could use help that are written in C.<br>
<br>
Good luck,<br>
<br>
greg k-h<br>
<br>
_______________________________________________<br>
Kernelnewbies mailing list<br>
<a href="mailto:Kernelnewbies@kernelnewbies.org">Kernelnewbies@kernelnewbies.org</a><br>
<a href="http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies" target="_blank">http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies</a><br>
</blockquote></div><br></div>