Re: Earlier Linux Code...

2023-05-29 Thread Aruna Hewapathirane
>On Fri, May 26, 2023 at 2:29 AM 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...?

linux-0.01 

https://mirrors.edge.kernel.org/pub/linux/kernel/Historic/old-versions/

v0.99 
v1.0/ 
v1.1/ 
v1.2/ 
v1.3/ 
v2.0/ 
v2.1/ 
v2.2/ 
v2.3/ 
v2.4/ 
v2.5/ 
v2.6/ 
v3.0/ 
v3.x/ 
v4.x/ 
v5.x/ 
v6.x/ 

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


Re: Earlier Linux Code...

2023-05-27 Thread Valdis Klētnieks
On Fri, 26 May 2023 13:28:36 +0530, Deepak Goel said:
> I did an online Google search but couldn't get much. Tried ChatGPT too, but
> couldn't get much help.

Note that ChatGPT is *NOT*, repeat *NOT* a reliable source of information,
because it has no concept of "correctness" or "accuracy" of the text that it
has ingested..  



pgpAV51FjraBE.pgp
Description: PGP signature
___
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies


Re: Earlier Linux Code...

2023-05-26 Thread Deepak Goel
On Fri, May 26, 2023 at 2:05 PM Donald Hunter 
wrote:

> Deepak Goel  writes:
>
> > On Fri, May 26, 2023 at 12:26 PM Prathu Baronia <
> quic_pbaro...@quicinc.com> wrote:
> >
> >  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 hosted here:
> https://github.com/bootlin/linux-history
> >  This is where elixir fetches it from. This has all the old tags.
> >  You can clone and locally checkout older versions.
> >
> > I can't see versions earlier than 2.6 on the link (
> https://github.com/bootlin/linux-history)
>
> There are tags in that git repoistory for all the historic versions from
> 0.01 thru v2.6.12-rc1.
>

I could see that the tag jumps from 0.12 to 0.95a. Nothing in between. Rest
all is good.


>
> For example: https://github.com/bootlin/linux-history/tree/0.99
>
> >  Prathu
> >
> > ___
> > Kernelnewbies mailing list
> > Kernelnewbies@kernelnewbies.org
> > https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
>
___
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies


Re: Earlier Linux Code...

2023-05-26 Thread arshad hussain
On Fri, 26 May, 2023, 11:59 am 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...?
>

The Art of Linux kernel design by Yang is based on v0.1 kernel version and
is an very interesting read.

That said, look at older kernel as an suplimantary read only. Only way to
learn is to get down and do it which is much easier in morden kernel as
tool chain to build them is available.

Notable mention and must reads...
1. Linux device driver by Greg, Corbet
2. Understanding the Linux kernel by Bovet
3. Linux kernel architecture by Wolfgang

I am sure you must have heard of them, there are few more and visit to
local library or book store would help.

Thanks



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


Re: Earlier Linux Code...

2023-05-26 Thread Deepak Goel
On Fri, May 26, 2023 at 1:21 PM Robert P. J. Day 
wrote:

> On Fri, 26 May 2023, 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...?
> >
> > Please advise. Thank you.
>
>   I'm confused ... recently, you were asking people on this list to
> spoon-feed you the most basic fundamentals of *modern* Linux; now,
> you're suddenly interested in versions that are more than 30 years old
> and have absolutely no value beyond being historical curiosities.
>
>   What value do you plan on getting out of examining Linux 0.99? How
> do you think this will enable you to get a handle on modern Linux,
> with its plethora of drivers for devices that did not even exist back
> then?
>
>   As before, a simple online search would have told you where to look.
>

I did an online Google search but couldn't get much. Tried ChatGPT too, but
couldn't get much help.


> I'm starting to think this entire list is being trolled.
>
> rday
___
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies


Re: Earlier Linux Code...

2023-05-26 Thread Robert P. J. Day
On Fri, 26 May 2023, 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...?
>
> Please advise. Thank you.

  I'm confused ... recently, you were asking people on this list to
spoon-feed you the most basic fundamentals of *modern* Linux; now,
you're suddenly interested in versions that are more than 30 years old
and have absolutely no value beyond being historical curiosities.

  What value do you plan on getting out of examining Linux 0.99? How
do you think this will enable you to get a handle on modern Linux,
with its plethora of drivers for devices that did not even exist back
then?

  As before, a simple online search would have told you where to look.
I'm starting to think this entire list is being trolled.

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


Re: Earlier Linux Code...

2023-05-26 Thread Deepak Goel
On Fri, May 26, 2023 at 12:26 PM Prathu Baronia 
wrote:

> 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 hosted here:
> https://github.com/bootlin/linux-history
> This is where elixir fetches it from. This has all the old tags.
> You can clone and locally checkout older versions.
>

I can't see versions earlier than 2.6 on the link (
https://github.com/bootlin/linux-history)


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


Re: Earlier Linux Code...

2023-05-26 Thread Deepak Goel
On Fri, May 26, 2023 at 12:20 PM Alexander Kapshuk <
alexander.kaps...@gmail.com> wrote:

> On Fri, May 26, 2023 at 9:42 AM Deepak Goel  wrote:
> >
> >
> >
> > On Fri, May 26, 2023 at 12:04 PM Prathu Baronia <
> quic_pbaro...@quicinc.com> wrote:
> >>
> >> 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
> >
> >
> > Is there a way to download them onto my computer? Or I will have to
> download each file separately?
> >
> >>
> >>
> >>
> >> Prathu
> >
> > ___
> > Kernelnewbies mailing list
> > Kernelnewbies@kernelnewbies.org
> > https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
>
> https://mirrors.edge.kernel.org/pub/linux/kernel/Historic/


This link does not have all the earlier versions.
___
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies


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 hosted here: 
https://github.com/bootlin/linux-history
This is where elixir fetches it from. This has all the old tags. 
You can clone and locally checkout older versions.

Prathu

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


Re: Earlier Linux Code...

2023-05-26 Thread Alexander Kapshuk
On Fri, May 26, 2023 at 9:42 AM Deepak Goel  wrote:
>
>
>
> On Fri, May 26, 2023 at 12:04 PM Prathu Baronia  
> wrote:
>>
>> 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
>
>
> Is there a way to download them onto my computer? Or I will have to download 
> each file separately?
>
>>
>>
>>
>> Prathu
>
> ___
> Kernelnewbies mailing list
> Kernelnewbies@kernelnewbies.org
> https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

https://mirrors.edge.kernel.org/pub/linux/kernel/Historic/

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


Re: Earlier Linux Code...

2023-05-26 Thread Deepak Goel
On Fri, May 26, 2023 at 12:04 PM Prathu Baronia 
wrote:

> 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


Is there a way to download them onto my computer? Or I will have to
download each file separately?


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


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

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


Earlier Linux Code...

2023-05-26 Thread Deepak Goel
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...?

Please advise. Thank you.


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 : http://www.makeinindia.com/home
___
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies