kernelnewbies.kernelnewbies.org archive mirror
 help / color / mirror / Atom feed
* Earlier Linux Code...
@ 2023-05-26  6:28 Deepak Goel
  2023-05-26  6:33 ` Prathu Baronia
                   ` (3 more replies)
  0 siblings, 4 replies; 13+ messages in thread
From: Deepak Goel @ 2023-05-26  6:28 UTC (permalink / raw)
  To: Kernel Newbies


[-- Attachment #1.1: Type: text/plain, Size: 432 bytes --]

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
deicool@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

[-- Attachment #1.2: Type: text/html, Size: 1990 bytes --]

[-- Attachment #2: Type: text/plain, Size: 170 bytes --]

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

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Earlier Linux Code...
  2023-05-26  6:28 Earlier Linux Code Deepak Goel
@ 2023-05-26  6:33 ` Prathu Baronia
  2023-05-26  6:41   ` Deepak Goel
  2023-05-26  7:50 ` Robert P. J. Day
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 13+ messages in thread
From: Prathu Baronia @ 2023-05-26  6:33 UTC (permalink / raw)
  To: Deepak Goel; +Cc: kernelnewbies

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

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Earlier Linux Code...
  2023-05-26  6:33 ` Prathu Baronia
@ 2023-05-26  6:41   ` Deepak Goel
  2023-05-26  6:50     ` Alexander Kapshuk
  2023-05-26  6:56     ` Prathu Baronia
  0 siblings, 2 replies; 13+ messages in thread
From: Deepak Goel @ 2023-05-26  6:41 UTC (permalink / raw)
  To: Prathu Baronia; +Cc: kernelnewbies


[-- Attachment #1.1: Type: text/plain, Size: 484 bytes --]

On Fri, May 26, 2023 at 12:04 PM Prathu Baronia <quic_pbaronia@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
>

[-- Attachment #1.2: Type: text/html, Size: 1709 bytes --]

[-- Attachment #2: Type: text/plain, Size: 170 bytes --]

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

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Earlier Linux Code...
  2023-05-26  6:41   ` Deepak Goel
@ 2023-05-26  6:50     ` Alexander Kapshuk
  2023-05-26  7:20       ` Deepak Goel
  2023-05-26  6:56     ` Prathu Baronia
  1 sibling, 1 reply; 13+ messages in thread
From: Alexander Kapshuk @ 2023-05-26  6:50 UTC (permalink / raw)
  To: Deepak Goel; +Cc: Prathu Baronia, kernelnewbies

On Fri, May 26, 2023 at 9:42 AM Deepak Goel <deicool@gmail.com> wrote:
>
>
>
> On Fri, May 26, 2023 at 12:04 PM Prathu Baronia <quic_pbaronia@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/

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

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Earlier Linux Code...
  2023-05-26  6:41   ` Deepak Goel
  2023-05-26  6:50     ` Alexander Kapshuk
@ 2023-05-26  6:56     ` Prathu Baronia
  2023-05-26  7:28       ` Deepak Goel
  1 sibling, 1 reply; 13+ messages in thread
From: Prathu Baronia @ 2023-05-26  6:56 UTC (permalink / raw)
  To: Deepak Goel; +Cc: kernelnewbies

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

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Earlier Linux Code...
  2023-05-26  6:50     ` Alexander Kapshuk
@ 2023-05-26  7:20       ` Deepak Goel
  0 siblings, 0 replies; 13+ messages in thread
From: Deepak Goel @ 2023-05-26  7:20 UTC (permalink / raw)
  To: Alexander Kapshuk; +Cc: Prathu Baronia, kernelnewbies


[-- Attachment #1.1: Type: text/plain, Size: 1048 bytes --]

On Fri, May 26, 2023 at 12:20 PM Alexander Kapshuk <
alexander.kapshuk@gmail.com> wrote:

> On Fri, May 26, 2023 at 9:42 AM Deepak Goel <deicool@gmail.com> wrote:
> >
> >
> >
> > On Fri, May 26, 2023 at 12:04 PM Prathu Baronia <
> quic_pbaronia@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.

[-- Attachment #1.2: Type: text/html, Size: 2737 bytes --]

[-- Attachment #2: Type: text/plain, Size: 170 bytes --]

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

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Earlier Linux Code...
  2023-05-26  6:56     ` Prathu Baronia
@ 2023-05-26  7:28       ` Deepak Goel
       [not found]         ` <m27csv1od7.fsf@gmail.com>
  0 siblings, 1 reply; 13+ messages in thread
From: Deepak Goel @ 2023-05-26  7:28 UTC (permalink / raw)
  To: Prathu Baronia; +Cc: kernelnewbies


[-- Attachment #1.1: Type: text/plain, Size: 704 bytes --]

On Fri, May 26, 2023 at 12:26 PM Prathu Baronia <quic_pbaronia@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)


>
> Prathu
>

[-- Attachment #1.2: Type: text/html, Size: 1366 bytes --]

[-- Attachment #2: Type: text/plain, Size: 170 bytes --]

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

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Earlier Linux Code...
  2023-05-26  6:28 Earlier Linux Code Deepak Goel
  2023-05-26  6:33 ` Prathu Baronia
@ 2023-05-26  7:50 ` Robert P. J. Day
  2023-05-26  7:58   ` Deepak Goel
  2023-05-26  8:04 ` arshad hussain
  2023-05-29 12:25 ` Aruna Hewapathirane
  3 siblings, 1 reply; 13+ messages in thread
From: Robert P. J. Day @ 2023-05-26  7:50 UTC (permalink / raw)
  To: Deepak Goel; +Cc: Kernel Newbies

[-- Attachment #1: Type: text/plain, Size: 810 bytes --]

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

[-- Attachment #2: Type: text/plain, Size: 170 bytes --]

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

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Earlier Linux Code...
  2023-05-26  7:50 ` Robert P. J. Day
@ 2023-05-26  7:58   ` Deepak Goel
  2023-05-28  4:19     ` Valdis Klētnieks
  0 siblings, 1 reply; 13+ messages in thread
From: Deepak Goel @ 2023-05-26  7:58 UTC (permalink / raw)
  To: Robert P. J. Day; +Cc: Kernel Newbies


[-- Attachment #1.1: Type: text/plain, Size: 1074 bytes --]

On Fri, May 26, 2023 at 1:21 PM Robert P. J. Day <rpjday@crashcourse.ca>
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

[-- Attachment #1.2: Type: text/html, Size: 2055 bytes --]

[-- Attachment #2: Type: text/plain, Size: 170 bytes --]

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

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Earlier Linux Code...
  2023-05-26  6:28 Earlier Linux Code Deepak Goel
  2023-05-26  6:33 ` Prathu Baronia
  2023-05-26  7:50 ` Robert P. J. Day
@ 2023-05-26  8:04 ` arshad hussain
  2023-05-29 12:25 ` Aruna Hewapathirane
  3 siblings, 0 replies; 13+ messages in thread
From: arshad hussain @ 2023-05-26  8:04 UTC (permalink / raw)
  To: Deepak Goel; +Cc: Kernel Newbies


[-- Attachment #1.1: Type: text/plain, Size: 768 bytes --]

On Fri, 26 May, 2023, 11:59 am Deepak Goel, <deicool@gmail.com> 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



>

[-- Attachment #1.2: Type: text/html, Size: 1857 bytes --]

[-- Attachment #2: Type: text/plain, Size: 170 bytes --]

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

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Earlier Linux Code...
       [not found]         ` <m27csv1od7.fsf@gmail.com>
@ 2023-05-26  8:42           ` Deepak Goel
  0 siblings, 0 replies; 13+ messages in thread
From: Deepak Goel @ 2023-05-26  8:42 UTC (permalink / raw)
  To: Donald Hunter; +Cc: Prathu Baronia, kernelnewbies


[-- Attachment #1.1: Type: text/plain, Size: 1341 bytes --]

On Fri, May 26, 2023 at 2:05 PM Donald Hunter <donald.hunter@gmail.com>
wrote:

> Deepak Goel <deicool@gmail.com> writes:
>
> > On Fri, May 26, 2023 at 12:26 PM Prathu Baronia <
> quic_pbaronia@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
>

[-- Attachment #1.2: Type: text/html, Size: 3136 bytes --]

[-- Attachment #2: Type: text/plain, Size: 170 bytes --]

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

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Earlier Linux Code...
  2023-05-26  7:58   ` Deepak Goel
@ 2023-05-28  4:19     ` Valdis Klētnieks
  0 siblings, 0 replies; 13+ messages in thread
From: Valdis Klētnieks @ 2023-05-28  4:19 UTC (permalink / raw)
  To: Deepak Goel; +Cc: Robert P. J. Day, Kernel Newbies


[-- Attachment #1.1: Type: text/plain, Size: 337 bytes --]

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..  


[-- Attachment #1.2: Type: application/pgp-signature, Size: 494 bytes --]

[-- Attachment #2: Type: text/plain, Size: 170 bytes --]

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

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Earlier Linux Code...
  2023-05-26  6:28 Earlier Linux Code Deepak Goel
                   ` (2 preceding siblings ...)
  2023-05-26  8:04 ` arshad hussain
@ 2023-05-29 12:25 ` Aruna Hewapathirane
  3 siblings, 0 replies; 13+ messages in thread
From: Aruna Hewapathirane @ 2023-05-29 12:25 UTC (permalink / raw)
  To: Deepak Goel; +Cc: Kernel Newbies


[-- Attachment #1.1: Type: text/plain, Size: 1468 bytes --]

>On Fri, May 26, 2023 at 2:29 AM Deepak Goel <deicool@gmail.com> 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/>

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

v0.99 <https://mirrors.edge.kernel.org/pub/linux/kernel/Historic/v0.99/>
v1.0/ <https://mirrors.edge.kernel.org/pub/linux/kernel/v1.0/>
v1.1/ <https://mirrors.edge.kernel.org/pub/linux/kernel/v1.1/>
v1.2/ <https://mirrors.edge.kernel.org/pub/linux/kernel/v1.2/>
v1.3/ <https://mirrors.edge.kernel.org/pub/linux/kernel/v1.3/>
v2.0/ <https://mirrors.edge.kernel.org/pub/linux/kernel/v2.0/>
v2.1/ <https://mirrors.edge.kernel.org/pub/linux/kernel/v2.1/>
v2.2/ <https://mirrors.edge.kernel.org/pub/linux/kernel/v2.2/>
v2.3/ <https://mirrors.edge.kernel.org/pub/linux/kernel/v2.3/>
v2.4/ <https://mirrors.edge.kernel.org/pub/linux/kernel/v2.4/>
v2.5/ <https://mirrors.edge.kernel.org/pub/linux/kernel/v2.5/>
v2.6/ <https://mirrors.edge.kernel.org/pub/linux/kernel/v2.6/>
v3.0/ <https://mirrors.edge.kernel.org/pub/linux/kernel/v3.0/>
v3.x/ <https://mirrors.edge.kernel.org/pub/linux/kernel/v3.x/>
v4.x/ <https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/>
v5.x/ <https://mirrors.edge.kernel.org/pub/linux/kernel/v5.x/>
v6.x/ <https://mirrors.edge.kernel.org/pub/linux/kernel/v6.x/>

Enjoy, Aruna

[-- Attachment #1.2: Type: text/html, Size: 2425 bytes --]

[-- Attachment #2: Type: text/plain, Size: 170 bytes --]

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

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2023-05-29 12:27 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-26  6:28 Earlier Linux Code Deepak Goel
2023-05-26  6:33 ` Prathu Baronia
2023-05-26  6:41   ` Deepak Goel
2023-05-26  6:50     ` Alexander Kapshuk
2023-05-26  7:20       ` Deepak Goel
2023-05-26  6:56     ` Prathu Baronia
2023-05-26  7:28       ` Deepak Goel
     [not found]         ` <m27csv1od7.fsf@gmail.com>
2023-05-26  8:42           ` Deepak Goel
2023-05-26  7:50 ` Robert P. J. Day
2023-05-26  7:58   ` Deepak Goel
2023-05-28  4:19     ` Valdis Klētnieks
2023-05-26  8:04 ` arshad hussain
2023-05-29 12:25 ` Aruna Hewapathirane

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).