Re: Earlier Linux Code...

2023-05-26 Thread Prathu Baronia
On Fri, May 26, 2023 at 12:11:59PM +0530, Deepak Goel wrote: > Is there a way to download them onto my computer? Or I will have to > download each file separately? Elixir is just for browsing and cross referencing. Maybe you can recursively curl or wget it but its not worth it. Old linux code is

Re: Earlier Linux Code...

2023-05-26 Thread Prathu Baronia
On Fri, May 26, 2023 at 11:58:49AM +0530, Deepak Goel wrote: > Hello > > I am a newbie. > > Is it possible to find the linux code of earlier versions like > 0.1,0.2,...1.0, 1.1...? > Here you go https://elixir.bootlin.com/linux/0.01/source Prathu

Re: API between modules

2023-05-19 Thread Prathu Baronia
On Thu, May 18, 2023 at 08:16:18AM +0100, Lucas Tanure wrote: > Are there other ways for a module to wait for another module to load > and use its API? > Is there a default way to do that? Hi Lucas, IIUC you can use MODULE_SOFTDEP macro to establish loading dependencies. This stack overflow