public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: john slee <indigoid@higherplane.net>
To: Halil Demirezen <halild@bilmuh.ege.edu.tr>
Cc: linux-kernel@vger.kernel.org
Subject: Re: To start up
Date: Sat, 18 May 2002 10:42:06 +1000	[thread overview]
Message-ID: <20020518004206.GB20992@higherplane.net> (raw)
In-Reply-To: <Pine.LNX.4.44.0205102313240.8807-100000@bilmuh.ege.edu.tr>

On Fri, May 10, 2002 at 11:16:04PM +0300, Halil Demirezen wrote:
> I have started to be interested in developing kernels code in a such way .
> But i am interested in the network source codes .. Do i have to know all
> kernel code or just the network section to be a devoloper for the kernel-
> network section-

i don't think anyone really knows "all" kernel code.  have you looked at
just how much code there is?  certainly you should try to understand as
much of the "core" code as possible, as that part is reasonably small
and important.  the rest is either architecture-specific stuff (i386,
sparc), major subsystems (networking, vfs), or drivers (eepro100,
serial).

whats important is gaining a general understanding of how things are
done/what to watch out for in linux kernelville.  for example if you
want to write a network card driver you'd look at how an existing
driver[1] interacts with the rest of the kernel and use that as an
example.  same can be said everywhere else.

hope that helps,

j.

[1] picking the right example is an exercise in itself, maybe look at
    http://kerneljanitor.org/ for some idea of what could be a bad
    example


-- 
R N G G   "Well, there it goes again... And we just sit 
 I G G G   here without opposable thumbs." -- gary larson

      reply	other threads:[~2002-05-18  0:41 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-05-10 20:16 To start up Halil Demirezen
2002-05-18  0:42 ` john slee [this message]

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=20020518004206.GB20992@higherplane.net \
    --to=indigoid@higherplane.net \
    --cc=halild@bilmuh.ege.edu.tr \
    --cc=linux-kernel@vger.kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox