All of lore.kernel.org
 help / color / mirror / Atom feed
From: mpthompson@gmail.com (Mike Thompson)
To: kernelnewbies@lists.kernelnewbies.org
Subject: Learning things
Date: Mon, 6 Apr 2015 11:38:10 -0700	[thread overview]
Message-ID: <CAEOSq-M32_F5BRG81W4Ou0v_5a0mXLYC20=CAbO_Z7ofGf1fxQ@mail.gmail.com> (raw)
In-Reply-To: <20150406171744.GA14653@kroah.com>

> 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.

Information for Xinu can be found here: http://www.xinu.cs.purdue.edu/

Good luck on your learning...

Mike Thompson


On Mon, Apr 6, 2015 at 10:17 AM, Greg KH <greg@kroah.com> wrote:

> On Mon, Apr 06, 2015 at 10:43:46AM -0700, Joris Bolsens wrote:
> > Hey list,
> >
> > 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?
>
> Don't learn C with kernel code, please take a few years really learning
> the language in userspace, with one of the other thousands of other
> userspace programs that could use help that are written in C.
>
> Good luck,
>
> greg k-h
>
> _______________________________________________
> Kernelnewbies mailing list
> Kernelnewbies at kernelnewbies.org
> http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20150406/0d8525bd/attachment.html 

  reply	other threads:[~2015-04-06 18:38 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-06 17:43 Learning things Joris Bolsens
2015-04-06 17:02 ` Valdis.Kletnieks at vt.edu
2015-04-06 17:07   ` Joris Bolsens
2015-04-06 17:14     ` Jeff Haran
2015-04-06 23:09       ` Joris Bolsens
2015-04-06 17:05 ` Jeff Haran
2015-04-06 17:17 ` Greg KH
2015-04-06 18:38   ` Mike Thompson [this message]
2015-04-07  4:06     ` Anupam Kapoor
2015-04-07 12:43       ` Malte Vesper
2015-04-07 13:56         ` Miles Fidelman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAEOSq-M32_F5BRG81W4Ou0v_5a0mXLYC20=CAbO_Z7ofGf1fxQ@mail.gmail.com' \
    --to=mpthompson@gmail.com \
    --cc=kernelnewbies@lists.kernelnewbies.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.