Re: want to be a kernel developer

2017-03-04 Thread Ozgur Karatas
 Hello, download the linux kernel and read to documentation directory and SubmittingPatches file.So, how are you also with C? read list: The C Programming Language / BookLinux Device Drivers / Book (PDF)Linux Kernel Development / Book Regards, Ozgur 24.02.2017, 11:32, "sourav mondal" :hi,I want to be a kernel developer.I don't really know much about linux kernel. can anyone suggests me some good books that can help to learn more about the kernel development?   thanks, sourav

___
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies


Re: want to be a kernel developer

2017-03-03 Thread anastmag
On Fri, 3 Mar 2017 22:23:58 +0530
sourav mondal  wrote:
Wait for some time... It won't answer you immidiately
As you can read behind eudyptula is "A set of convoluted shell scripts
that are slow to anger and impossible to debug."

> hello,
> i had sent a mail stating "want to join" but didn't received any mail
> in turn.any suggestions?
> 
> thanks and regards,
> 
> sourav
> 
> On Tue, Feb 28, 2017 at 10:55 PM, Chauhan, Himanshu
>  > wrote:  
> 
> > On Fri, Feb 24, 2017 at 1:59 PM, sourav mondal
> >  wrote:  
> > > hi,
> > > I want to be a kernel developer.I don't really know much about
> > > linux  
> > kernel.  
> > > can anyone suggests me some good books that can help to learn
> > > more about  
> > the  
> > > kernel development?
> > >  
> > Books alone won't help. You will need hands on experience. Give
> > http://eudyptula-challenge.org a try.
> >
> > Regards
> > [Himanshu Chauhan]
> >  


___
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies


Re: want to be a kernel developer

2017-03-03 Thread sourav mondal
hello,
i had sent a mail stating "want to join" but didn't received any mail in
turn.any suggestions?

thanks and regards,

sourav

On Tue, Feb 28, 2017 at 10:55 PM, Chauhan, Himanshu  wrote:

> On Fri, Feb 24, 2017 at 1:59 PM, sourav mondal
>  wrote:
> > hi,
> > I want to be a kernel developer.I don't really know much about linux
> kernel.
> > can anyone suggests me some good books that can help to learn more about
> the
> > kernel development?
> >
> Books alone won't help. You will need hands on experience. Give
> http://eudyptula-challenge.org a try.
>
> Regards
> [Himanshu Chauhan]
>
___
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies


Re: want to be a kernel developer

2017-02-28 Thread Chauhan, Himanshu
On Fri, Feb 24, 2017 at 1:59 PM, sourav mondal
 wrote:
> hi,
> I want to be a kernel developer.I don't really know much about linux kernel.
> can anyone suggests me some good books that can help to learn more about the
> kernel development?
>
Books alone won't help. You will need hands on experience. Give
http://eudyptula-challenge.org a try.

Regards
[Himanshu Chauhan]

___
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies


Re: want to be a kernel developer

2017-02-24 Thread Alexander Alemayhu
On Fri, Feb 24, 2017 at 01:59:08PM +0530, sourav mondal wrote:
> hi,
> I want to be a kernel developer.I don't really know much about linux
> kernel. can anyone suggests me some good books that can help to learn more
> about the kernel development?
> 
> thanks,
>

Not sure if it the whole book is good, but I liked the 100+ pages I read
in Linux-Treiber entwickeln[0]. If you can't read German might be a
challenge but found it to be newer than LDD3.

Have you considered finding a subsystem you like and try reading all the
emails the maintainer replies to? I have tried that several times now
and some of the cover letters / commits feels like reading a chapter in
a book.

[0]: https://www.dpunkt.de/buecher/12176/Linux-Treiber%20entwickeln.html

-- 
Mit freundlichen Grüßen

Alexander Alemayhu

___
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies


Re: want to be a kernel developer

2017-02-24 Thread Ozgur Karatas
Hello, yes but also attention, you should follow the updated e-books :) Linux in a NutshellLinux System ProgrammingLinux Kernel Module Programming Guide Regards Ozgur  24.02.2017, 15:05, "Kerimcankalipci" :I strongly recommend Linux Device Drivers book, my first Linux book was Professional Linux Kernel Architecture which bored me so much with lots of code examples, unnecessary details for my knowledge level and i dropped reading. After that i started to read Windows Internals and i learned much more information (thanks to closed source commercial OSes :) from that book.

___
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies


Re: want to be a kernel developer

2017-02-24 Thread Robert P. J. Day
On Fri, 24 Feb 2017, Kerimcankalipci wrote:

> I strongly recommend Linux Device Drivers book ...

  that book is fairly dated by now, it's not as useful as it once was.

rday

p.s. if you at least want to keep up with updated source for the
sample code, you can find it here:

https://github.com/martinezjavier/ldd3


___
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies


Re: want to be a kernel developer

2017-02-24 Thread Kerimcankalipci
I strongly recommend Linux Device Drivers book, my first Linux book was 
Professional Linux Kernel Architecture which bored me so much with lots of code 
examples, unnecessary details for my knowledge level and i dropped reading. 
After that i started to read Windows Internals and i learned much more 
information (thanks to closed source commercial OSes :) from that book.___
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies


Fwd: want to be a kernel developer

2017-02-24 Thread Ozgur Karatas
Hello, download the linux kernel and read to documentation directory and SubmittingPatches file.So, how are you also with C? read list: The C Programming Language / BookLinux Device Drivers / Book (PDF)Linux Kernel Development / Book Regards, Ozgur 24.02.2017, 11:32, "sourav mondal" :hi,I want to be a kernel developer.I don't really know much about linux kernel. can anyone suggests me some good books that can help to learn more about the kernel development?   thanks, sourav

___
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies


Re: want to be a kernel developer

2017-02-24 Thread Anuz Pratap Singh Tomar
On Fri, Feb 24, 2017 at 8:29 AM, sourav mondal  wrote:

> hi,
> I want to be a kernel developer.I don't really know much about linux
> kernel. can anyone suggests me some good books that can help to learn more
> about the kernel development?
>
> thanks,
>
> sourav
>
> Start here
https://kernelnewbies.org/FAQ

> ___
> Kernelnewbies mailing list
> Kernelnewbies@kernelnewbies.org
> https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
>
>


-- 
Thank you
Warm Regards
Anuz
___
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies