Re: vm documentation

Neil Brown (neilb@cse.unsw.edu.au)
Fri, 2 Nov 2001 22:25:16 +1100 (EST)


On Friday November 2, davidchow@rcn.com.hk wrote:
> Dear all,
>
> Is there any documentation of the recent changes of the vm in the linux
> kernel? Also, is there any source of documentation to get start with the
> linux kernel hacking? It is hard for people to getting start to
> contribute since is is obviously lack of documentation of the kernel
> sources... Any help will be appreciated. Thanks.
>

I would very seriously suggest that a good way to get started is to
write some documentation yourself.

Pick a piece of the kernel that interests you and start reading
through the code. Then try to describe how it works in writing. If
there is some bit that really stumps you,. then ask on some
appropriate mailing list (such as this one). Try to put together a
reasonably coherent document that describes how that bit of the kernel
works. Once you have done that:
a/ you will know how it works
b/ you will have been exposed to lots of kernel code and have some
idea of the 'typical' way to do things
c/ you will probably have identified a number of incongurities or
errors for which you can submit patches.
d/ you will have created some documentation that is useful for
others.
e/ you will have lots of ideas about what to do next.

There is no easy way to just "start contributing". You need to put a
lot of work in before your contributions will really be valuable.
Reading code is a great way to start, and documenting it makes sure
that you read it properly.

It's how I started.

NeilBrown
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/