Re: My effort to learn Linux kernel development

2021-08-15 Thread Amit Kumar
https://github.com/martinezjavier/ldd3 On Fri, Aug 13, 2021 at 7:16 AM Amit Kumar wrote: > > Hi All, > Because the Linux kernel uses GCC extensions, this resource is > important for a Linux kernel learner. > https://www.gnu.org/software/gnu-c-manual/gnu-c-manual.pdf > > Regards, > Amit Kumar > >

Re: My effort to learn Linux kernel development

2021-08-12 Thread Amit Kumar
Hi All, Because the Linux kernel uses GCC extensions, this resource is important for a Linux kernel learner. https://www.gnu.org/software/gnu-c-manual/gnu-c-manual.pdf Regards, Amit Kumar On Wed, Aug 11, 2021 at 5:07 PM Amit Kumar wrote: > > On Wed, Aug 11, 2021 at 3:11 PM sri vathsa wrote: >

Re: My effort to learn Linux kernel development

2021-08-11 Thread Amit Kumar
On Wed, Aug 11, 2021 at 3:11 PM sri vathsa wrote: > > Hi Amit, > > On Wed, Aug 11, 2021, 3:03 PM Amit Kumar wrote: >> >> >> I have got a resource which is about 5.4 LTS kernel. > > > Can u share that resource here, even I trying to > Understand latest kernel. > Linux Kernel Programming on

Re: My effort to learn Linux kernel development

2021-08-11 Thread sri vathsa
Hi Amit, On Wed, Aug 11, 2021, 3:03 PM Amit Kumar wrote: > > I have got a resource which is about 5.4 LTS kernel. > Can u share that resource here, even I trying to Understand latest kernel. Thanks, Dara Srivathsa ___ > Kernelnewbies mailing list >

Re: My effort to learn Linux kernel development

2021-08-11 Thread Amit Kumar
On Tue, Aug 10, 2021 at 6:41 PM Aruna Hewapathirane wrote: > > > Hello Sue and everybody else, > > Useful to know : > https://linuxhint.com/linux-kernel-tutorial-beginners/ > > Very useful to know: > https://github.com/0xAX/linux-insides/blob/master/Booting/linux-bootstrap-1.md > > I wish 'I'

Re: My effort to learn Linux kernel development

2021-08-10 Thread Aruna Hewapathirane
Hello Sue and everybody else, Useful to know : https://linuxhint.com/linux-kernel-tutorial-beginners/ Very useful to know: https://github.com/0xAX/linux-insides/blob/master/Booting/linux-bootstrap-1.md I wish 'I' found this years ago when I first started

Re: My effort to learn Linux kernel development

2021-08-02 Thread Gabriel Moreira
I'm reading this book - Linux Kernel Development 3rd (Robert Love) On 02/08/2021 11:31, Cindy Sue Causey wrote: On 7/24/21, Aruna Hewapathirane wrote: I know well that there is not any book that provides current knowledge about the Linux kernel. Hello Amit, If you watch this through

Re: My effort to learn Linux kernel development

2021-08-02 Thread Cindy Sue Causey
On 7/24/21, Aruna Hewapathirane wrote: > > >> I know well that there is not any book that provides current knowledge >> about the Linux kernel. >> > > Hello Amit, > > If you watch this through to the very end you will not require any books > :-) > > https://www.youtube.com/watch?v=Sk9TatW9ino

Re: My effort to learn Linux kernel development

2021-07-24 Thread Aruna Hewapathirane
> I know well that there is not any book that provides current knowledge > about the Linux kernel. > Hello Amit, If you watch this through to the very end you will not require any books :-) https://www.youtube.com/watch?v=Sk9TatW9ino Good Luck - Aruna

Re: My effort to learn Linux kernel development

2021-07-24 Thread Robert P. J. Day
On Sat, 24 Jul 2021, Constantine Shulyupin wrote: > On Thu, 22 Jul 2021 at 17:57, Robert P. J. Day wrote: > > as the tech editor of the r. love kernel book, i can safely say that > > there are no really current kernel books out there anymore -- the best > > docs are the in-kernel ones. > > > >

Re: My effort to learn Linux kernel development

2021-07-24 Thread Constantine Shulyupin
On Thu, 22 Jul 2021 at 17:57, Robert P. J. Day wrote: > as the tech editor of the r. love kernel book, i can safely say that > there are no really current kernel books out there anymore -- the best > docs are the in-kernel ones. > > also, if you want to get started mucking with the kernel and

Re: My effort to learn Linux kernel development

2021-07-23 Thread sri vathsa
On Fri, Jul 23, 2021, 9:47 PM Connor Kuehl wrote: What about Linux Kernel Development by Robert Love, I have been that reading book and comparing code in book with current kernel version > ___ > Kernelnewbies mailing list >

Re: My effort to learn Linux kernel development

2021-07-23 Thread Connor Kuehl
On 7/23/21 9:37 AM, Raghuram Jallipalli wrote: > Isn't the LDD 3E by Rubini not a good book ? Has it become outdated > with respect to the current kernel version ?? In my opinion, it's an excellent book. I'd imagine it's pretty rare for a book covering the internals of a software project to *not*

Re: My effort to learn Linux kernel development

2021-07-23 Thread Raghuram Jallipalli
On Fri, Jul 23, 2021 at 10:18 AM Amit Kumar wrote: > > On Fri, Jul 23, 2021 at 5:24 PM Robert P. J. Day > wrote: > > > > On Fri, 23 Jul 2021, Amit Kumar wrote: > > > > ... lots of stuff snipped ... > > > > > Thanks for your words. I kindly request your mentorship. So that it > > > will be easy

Re: My effort to learn Linux kernel development

2021-07-23 Thread Amit Kumar
On Fri, Jul 23, 2021 at 5:24 PM Robert P. J. Day wrote: > > On Fri, 23 Jul 2021, Amit Kumar wrote: > > ... lots of stuff snipped ... > > > Thanks for your words. I kindly request your mentorship. So that it > > will be easy for me to make my blog > > (https://freeark1blog.blogspot.com) as a

Re: My effort to learn Linux kernel development

2021-07-23 Thread Robert P. J. Day
On Fri, 23 Jul 2021, Amit Kumar wrote: ... lots of stuff snipped ... > Thanks for your words. I kindly request your mentorship. So that it > will be easy for me to make my blog > (https://freeark1blog.blogspot.com) as a gateway to the Linux kernel > development. i dropped gregkh from this

Re: My effort to learn Linux kernel development

2021-07-23 Thread Amit Kumar
On Fri, Jul 23, 2021 at 4:12 PM Robert P. J. Day wrote: > > On Fri, 23 Jul 2021, Amit Kumar wrote: > > > On Thu, Jul 22, 2021 at 8:26 PM Robert P. J. Day > > wrote: > > > > > > On Thu, 22 Jul 2021, Jules Irenge wrote: > > > > > > > I normally learn the kernel on weekends. Reading R. Love and >

Re: My effort to learn Linux kernel development

2021-07-23 Thread Robert P. J. Day
On Fri, 23 Jul 2021, Amit Kumar wrote: > On Thu, Jul 22, 2021 at 8:26 PM Robert P. J. Day > wrote: > > > > On Thu, 22 Jul 2021, Jules Irenge wrote: > > > > > I normally learn the kernel on weekends. Reading R. Love and > > > practicing by coding what you learn is the best way. Also, trying to >

Re: My effort to learn Linux kernel development

2021-07-23 Thread Greg KH
On Fri, Jul 23, 2021 at 03:02:53PM +0530, Amit Kumar wrote: > > > I know well that there is not any book that provides current knowledge > > > about the Linux kernel. > > > So, I have decided to make my blog (https://freeark1blog.blogspot.com) > > > a gateway to the Linux kernel development. > > >

Re: My effort to learn Linux kernel development

2021-07-23 Thread Amit Kumar
On Fri, Jul 23, 2021 at 12:13 PM Greg KH wrote: > > On Fri, Jul 23, 2021 at 04:54:41AM +0530, Amit Kumar wrote: > > On Thu, Jul 22, 2021 at 8:26 PM Robert P. J. Day > > wrote: > > > > > > On Thu, 22 Jul 2021, Jules Irenge wrote: > > > > > > > I normally learn the kernel on weekends. Reading R.

Re: My effort to learn Linux kernel development

2021-07-23 Thread Greg KH
On Fri, Jul 23, 2021 at 04:54:41AM +0530, Amit Kumar wrote: > On Thu, Jul 22, 2021 at 8:26 PM Robert P. J. Day > wrote: > > > > On Thu, 22 Jul 2021, Jules Irenge wrote: > > > > > I normally learn the kernel on weekends. Reading R. Love and > > > practicing by coding what you learn is the best

Re: My effort to learn Linux kernel development

2021-07-22 Thread Amit Kumar
On Thu, Jul 22, 2021 at 8:26 PM Robert P. J. Day wrote: > > On Thu, 22 Jul 2021, Jules Irenge wrote: > > > I normally learn the kernel on weekends. Reading R. Love and > > practicing by coding what you learn is the best way. Also, trying to > > submit simple patches on some free time is a good

Re: My effort to learn Linux kernel development

2021-07-22 Thread Robert P. J. Day
On Thu, 22 Jul 2021, Jules Irenge wrote: > I normally learn the kernel on weekends. Reading R. Love and > practicing by coding what you learn is the best way. Also, trying to > submit simple patches on some free time is a good way , meeting Greg > Kroah and Shuan, they are fantastic people to

Re: My effort to learn Linux kernel development

2021-07-22 Thread Jules Irenge
I normally learn the kernel on weekends. Reading R. Love and practicing by coding what you learn is the best way. Also, trying to submit simple patches on some free time is a good way , meeting Greg Kroah and Shuan, they are fantastic people to learn from. Kind regards, Jules *..* On Wed, 21

Re: My effort to learn Linux kernel development

2021-07-21 Thread s.v.krishna reddy
you have to understand more from a design perspective, also have to understand what problem is kernel addressing and its design. Dwelling into code directly won't help, you may lose interest after some time. It's good to start with the process. memory and file management. One more thing, you have

Re: My effort to learn Linux kernel development

2021-07-21 Thread Amit Kumar
Hi All, https://freeark1blog.blogspot.com/2021/07/the-minimal-c-program-continued.html On Wed, Jul 21, 2021 at 7:31 PM Amit Kumar wrote: > > Hi All, > > I am just here to inform that I am trying to learn Linux kernel > development. If someone wants to follow me, so that he may also learn > with

My effort to learn Linux kernel development

2021-07-21 Thread Amit Kumar
Hi All, I am just here to inform that I am trying to learn Linux kernel development. If someone wants to follow me, so that he may also learn with me. https://freeark1blog.blogspot.com/2021/07/my-aspiration-go-live.html https://freeark1blog.blogspot.com/2021/07/the-minimal-c-program.html