* To start up
@ 2002-05-10 20:16 Halil Demirezen
2002-05-18 0:42 ` john slee
0 siblings, 1 reply; 2+ messages in thread
From: Halil Demirezen @ 2002-05-10 20:16 UTC (permalink / raw)
To: linux-kernel
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-
thanx
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: To start up
2002-05-10 20:16 To start up Halil Demirezen
@ 2002-05-18 0:42 ` john slee
0 siblings, 0 replies; 2+ messages in thread
From: john slee @ 2002-05-18 0:42 UTC (permalink / raw)
To: Halil Demirezen; +Cc: linux-kernel
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2002-05-18 0:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-05-10 20:16 To start up Halil Demirezen
2002-05-18 0:42 ` john slee
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox