Re: Starting to learn Linux...

2023-05-17 Thread Tom Mitchell
On Tue, May 16, 2023 at 00:23 Deepak Goel wrote: > Hello > > I want to learn more about Linux. Is there a complete list of programs in > Linux OS? And what do they do? > > Please let me know. > The simple answer is to start with two programs: man, info. Example: $ man man $ info man $

Re: Starting to learn Linux...

2023-05-17 Thread Deepak Goel
Thank You. Will work my way out. Deepak "The greatness of a nation can be judged by the way its animals are treated - Mahatma Gandhi" +91 73500 12833 deic...@gmail.com Facebook: https://www.facebook.com/deicool LinkedIn: www.linkedin.com/in/deicool "Plant a Tree, Go Green" Make In India :

Re: Build mainline driver for another Kernel Version

2023-05-17 Thread Greg KH
On Wed, May 17, 2023 at 09:47:21AM +0100, Lucas Tanure wrote: > On Wed, May 17, 2023 at 9:22 AM Greg KH wrote: > > > > On Wed, May 17, 2023 at 09:16:45AM +0100, Lucas Tanure wrote: > > > Hi, > > > > > > Can I build a driver in the mainline kernel to a previous kernel version? > > > > Not easily,

Re: Build mainline driver for another Kernel Version

2023-05-17 Thread Lucas Tanure
On Wed, May 17, 2023 at 9:22 AM Greg KH wrote: > > On Wed, May 17, 2023 at 09:16:45AM +0100, Lucas Tanure wrote: > > Hi, > > > > Can I build a driver in the mainline kernel to a previous kernel version? > > Not easily, and you really do not want to do that as the whole kernel > source, drivers

Re: Build mainline driver for another Kernel Version

2023-05-17 Thread Greg KH
On Wed, May 17, 2023 at 09:16:45AM +0100, Lucas Tanure wrote: > Hi, > > Can I build a driver in the mainline kernel to a previous kernel version? Not easily, and you really do not want to do that as the whole kernel source, drivers included, are a snapshot in time and depend on each other. >

Build mainline driver for another Kernel Version

2023-05-17 Thread Lucas Tanure
Hi, Can I build a driver in the mainline kernel to a previous kernel version? Like, in the mainline kernel, I have a Z driver, and I want to use that driver for my current stable driver in my embedded system with version kernel 5.15. Is there a procedure to build a kernel driver against other

Re: Starting to learn Linux...

2023-05-17 Thread Greg KH
On Wed, May 17, 2023 at 10:57:23AM +0530, Deepak Goel wrote: > Now my second question is, how do I develop a small kernel from scratch by > myself. Very simple one initially for Arduino Uno. Is it possible? Yes, it is possible, but that's outside of this mailing list's topic. There are many great