Re: [android-kernel] Help regarding developing a loadable kernel module for Android

2011-08-19 Thread Ruturaj Patil
Yes..m from pune doing BE in IT...final year On Fri, Aug 19, 2011 at 9:24 PM, manjeet pawar wrote: > hey rutraj...r u an indian...and what do u do./..? > > On Fri, Aug 19, 2011 at 9:08 PM, Ruturaj Patil > wrote: > >> Thanks for the suggestion. I'll get that book and start reading >> >> On Fri, A

Re: [android-kernel] Help regarding developing a loadable kernel module for Android

2011-08-19 Thread manjeet pawar
hey rutraj...r u an indian...and what do u do./..? On Fri, Aug 19, 2011 at 9:08 PM, Ruturaj Patil wrote: > Thanks for the suggestion. I'll get that book and start reading > > On Fri, Aug 19, 2011 at 8:00 PM, manjeet pawar wrote: > >> hey you dont need to read a special book for building a kernel

Re: [android-kernel] Help regarding developing a loadable kernel module for Android

2011-08-19 Thread Ruturaj Patil
Thanks for the suggestion. I'll get that book and start reading On Fri, Aug 19, 2011 at 8:00 PM, manjeet pawar wrote: > hey you dont need to read a special book for building a kernel module for > android kernellinux device driver by O'rielly is best for it...I have > insert my kernel module f

Re: [android-kernel] Help regarding developing a loadable kernel module for Android

2011-08-19 Thread jagan
As my knowledge on Kernel, B/f any one start DD, we need some prerequisites for Linux Kernel. This unerstand the linux kernel is taking about pure Linux Kernel. You Just understand the Kernel Internals by using this Book[donot read entire book, understand internal] & Start DD as Freyensee suggest

Re: [android-kernel] Help regarding developing a loadable kernel module for Android

2011-08-19 Thread manjeet pawar
hey you dont need to read a special book for building a kernel module for android kernellinux device driver by O'rielly is best for it...I have insert my kernel module for GPIO in android running beagle board..and it is working fine...You jst go and purchase that book and start working on that.

Re: [android-kernel] Help regarding developing a loadable kernel module for Android

2011-08-19 Thread peng S
maybe the book can help you! 2011/8/19 J Freyensee > You should also look at this book...in my opinion its a little better than > Oreilly: > www.elinuxdd.com > On Aug 19, 2011 5:49 AM, "Ruturaj Patil" > wrote: > > Thanks a lot for your advice. I'll get the book and get started. > > > > On Fri,

Re: [android-kernel] Help regarding developing a loadable kernel module for Android

2011-08-19 Thread J Freyensee
You should also look at this book...in my opinion its a little better than Oreilly: www.elinuxdd.com On Aug 19, 2011 5:49 AM, "Ruturaj Patil" wrote: > Thanks a lot for your advice. I'll get the book and get started. > > On Fri, Aug 19, 2011 at 4:09 PM, William W.-Y. Liang < > wyli...@mail.ntut.edu

Re: [android-kernel] Help regarding developing a loadable kernel module for Android

2011-08-19 Thread Ruturaj Patil
Thanks a lot for your advice. I'll get the book and get started. On Fri, Aug 19, 2011 at 4:09 PM, William W.-Y. Liang < wyli...@mail.ntut.edu.tw> wrote: > Hi Ruturaj, > > Android kernel programming is exactly the same as Linux kernel programming. > You may refer to the book Linux Device Driver, O

Re: [android-kernel] Help regarding developing a loadable kernel module for Android

2011-08-19 Thread William W.-Y. Liang
Hi Ruturaj, Android kernel programming is exactly the same as Linux kernel programming. You may refer to the book Linux Device Driver, O'Reilly, for how to get the loadable kernel module work. William Liang 2011 8 19 03:56 於 "Ruturaj" 寫道: > Hello everyone, I'm an engineering student from Pune U