Regarding Kernel Project

Javier Martinez Canillas martinez.javier at gmail.com
Mon Jan 17 05:09:44 EST 2011


On Sun, Jan 16, 2011 at 9:24 PM, Pein Junior <salmon2k3 at hotmail.com> wrote:
> Well said Mohit, but problem I am having is to find something in the kernel
> janitor section that's for Newbie but can not find any simple link to click
> to look at code and adjust and compile. I read all I need already just need
> to apply myself.
>

Well you could start looking at your hardware drivers source code and
try to improve it.

If you want some code that you can adjust and compile, LDD3 book comes
with example drivers for memory devices . Maybe you can start
modifiying these drivers to learn how kernel drivers works.

I create a project that contains all the LDD3 book examples updated to
compile and work with recent kernels, you can find the source code
here:

https://github.com/martinezjavier/ldd3

> Also interesting in wireless devices.
>
>

http://wireless.kernel.org/en/developers

There you can find todo-list, GSoC ideas and wireless developer
summits notes. So you can know what kind of work is needed in the
wireless subsystem.

-- 
Best regards,

-----------------------------------------
Javier Martínez Canillas
(+34) 682 39 81 69



More information about the Kernelnewbies mailing list