> I'm working on trying to teach myself C and was wondering if you had any
> kernel specific recommendations. I started the eudyptula challenge but
> so far it seems to be mostly learning the standards and whatnot. Are
> there any kernel/C books or online tutorials you guys think would help?
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.
Good luck on your learning...
Mike Thompson