* Linux Kernel Story
@ 2007-07-12 13:27 Vijayakumar Subburaj
2007-07-12 14:08 ` Renato S. Yamane
` (3 more replies)
0 siblings, 4 replies; 8+ messages in thread
From: Vijayakumar Subburaj @ 2007-07-12 13:27 UTC (permalink / raw)
To: LKML
My first mail to lkml.
I would like to know what happened to linux kernel from its 1.0.
I have gone through lkml faqs, and some of LDP documents. Thought that
weekly lkml summary "Kernel Traffic" (http://www.kerneltraffic.org/)
would be useful, but its not.
Important linux kernel bugs, fixes that were available those bugs.
Why one fix got chosen over other fixes, and related tradeoffs?
Sorry, I am too lazy to go through entire lkml, or lk usenet postings.
Are there any documents in web? How I should proceed? where I have to
start with?
--
Thanks and Regards,
Vijayakumar Subburaj
"Open the pod bay doors, HAL"
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Linux Kernel Story
2007-07-12 13:27 Linux Kernel Story Vijayakumar Subburaj
@ 2007-07-12 14:08 ` Renato S. Yamane
2007-07-12 14:39 ` thinkinnight
2007-07-12 16:40 ` Lennart Sorensen
` (2 subsequent siblings)
3 siblings, 1 reply; 8+ messages in thread
From: Renato S. Yamane @ 2007-07-12 14:08 UTC (permalink / raw)
To: Vijayakumar Subburaj; +Cc: LKML
Vijayakumar Subburaj escreveu:
> My first mail to lkml.
Welcome :-)
> I would like to know what happened to linux kernel from its 1.0.
From 1.0 to 2.6.22.1?
Wowwwwwwwwwww
I think that you can read all changelogs available in www.kernel.org. In
2 years you finish read 2.4 and 2.6 series :-)
Are you try <http://kernelnewbies.org/LinuxChanges>?
Regards,
Renato
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Linux Kernel Story
2007-07-12 14:08 ` Renato S. Yamane
@ 2007-07-12 14:39 ` thinkinnight
2007-07-12 15:02 ` Cédric Augonnet
0 siblings, 1 reply; 8+ messages in thread
From: thinkinnight @ 2007-07-12 14:39 UTC (permalink / raw)
To: LKML
On Thu, Jul 12, 2007 at 11:08:52AM -0300, Renato S. Yamane wrote:
> Vijayakumar Subburaj escreveu:
> >My first mail to lkml.
>
> Welcome :-)
>
> >I would like to know what happened to linux kernel from its 1.0.
>
> From 1.0 to 2.6.22.1?
> Wowwwwwwwwwww
>
> I think that you can read all changelogs available in www.kernel.org. In
> 2 years you finish read 2.4 and 2.6 series :-)
>
> Are you try <http://kernelnewbies.org/LinuxChanges>?
>
I think this is a good idea to know all the changes!
> Regards,
> Renato
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Linux Kernel Story
2007-07-12 14:39 ` thinkinnight
@ 2007-07-12 15:02 ` Cédric Augonnet
0 siblings, 0 replies; 8+ messages in thread
From: Cédric Augonnet @ 2007-07-12 15:02 UTC (permalink / raw)
To: LKML
2007/7/12, thinkinnight@gmail.com <thinkinnight@gmail.com>:
> On Thu, Jul 12, 2007 at 11:08:52AM -0300, Renato S. Yamane wrote:
> > Vijayakumar Subburaj escreveu:
> > >My first mail to lkml.
> >
> > Welcome :-)
> >
> > >I would like to know what happened to linux kernel from its 1.0.
> >
> > From 1.0 to 2.6.22.1?
> > Wowwwwwwwwwww
> >
> > I think that you can read all changelogs available in www.kernel.org. In
> > 2 years you finish read 2.4 and 2.6 series :-)
> >
> > Are you try <http://kernelnewbies.org/LinuxChanges>?
> >
> I think this is a good idea to know all the changes!
>
> > Regards,
> > Renato
> > -
If you have to study some given sub-system, why not, you might have to
look at how this evolved from years to years, that must already be a
huge work from 2.0 to now for any single part of the kernel.
But seriously, if it's already virtually impossible to get a real
picture of the overall kernels, trying to figure out all changes from
1.0 to now, for all subsystems sounds a little illusory. Moreover they
might have just been all rewritten several times since.
But perhaps what Vijayakumar was looking for is more the different
feature that were added within the curse of years (eg : SMP) ?
Regards,
Cédric
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Linux Kernel Story
2007-07-12 13:27 Linux Kernel Story Vijayakumar Subburaj
2007-07-12 14:08 ` Renato S. Yamane
@ 2007-07-12 16:40 ` Lennart Sorensen
2007-07-12 18:24 ` Ruben Junkie
2007-07-13 9:59 ` Tilman Schmidt
2007-07-13 11:02 ` Wander Winkelhorst
3 siblings, 1 reply; 8+ messages in thread
From: Lennart Sorensen @ 2007-07-12 16:40 UTC (permalink / raw)
To: Vijayakumar Subburaj; +Cc: LKML
On Thu, Jul 12, 2007 at 06:57:41PM +0530, Vijayakumar Subburaj wrote:
> My first mail to lkml.
>
> I would like to know what happened to linux kernel from its 1.0.
A lot.
> I have gone through lkml faqs, and some of LDP documents. Thought that
> weekly lkml summary "Kernel Traffic" (http://www.kerneltraffic.org/)
> would be useful, but its not.
>
> Important linux kernel bugs, fixes that were available those bugs.
> Why one fix got chosen over other fixes, and related tradeoffs?
>
> Sorry, I am too lazy to go through entire lkml, or lk usenet postings.
>
> Are there any documents in web? How I should proceed? where I have to
> start with?
It might be possible to get some overview as to when major things were
added like when PCI support came, when each architecture was added, when
USB, firewire, scsi and various other sub systems got in, when major
replacements were done to the VM system and such.
Of course I doubt anyone wants to do the work, since the most
interesting thing is what the current kernel supports.
How about asking what happened from Windows 1.0 to today. How would you
answer that question? Should it also include the history of DOS from
1.0 to the current version of windows? Should it also include the
history of CP/M?
It really is a silly question to ask that is much too vague.
--
Len Sorensen
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Linux Kernel Story
2007-07-12 16:40 ` Lennart Sorensen
@ 2007-07-12 18:24 ` Ruben Junkie
0 siblings, 0 replies; 8+ messages in thread
From: Ruben Junkie @ 2007-07-12 18:24 UTC (permalink / raw)
To: Lennart Sorensen; +Cc: Vijayakumar Subburaj, LKML
On 7/12/07, Lennart Sorensen <lsorense@csclub.uwaterloo.ca> wrote:
> On Thu, Jul 12, 2007 at 06:57:41PM +0530, Vijayakumar Subburaj wrote:
> > My first mail to lkml.
> >
> > I would like to know what happened to linux kernel from its 1.0.
>
> A lot.
>
> > I have gone through lkml faqs, and some of LDP documents. Thought that
> > weekly lkml summary "Kernel Traffic" (http://www.kerneltraffic.org/)
> > would be useful, but its not.
> >
> > Important linux kernel bugs, fixes that were available those bugs.
> > Why one fix got chosen over other fixes, and related tradeoffs?
> >
> > Sorry, I am too lazy to go through entire lkml, or lk usenet postings.
> >
> > Are there any documents in web? How I should proceed? where I have to
> > start with?
>
> It might be possible to get some overview as to when major things were
> added like when PCI support came, when each architecture was added, when
> USB, firewire, scsi and various other sub systems got in, when major
> replacements were done to the VM system and such.
>
> Of course I doubt anyone wants to do the work, since the most
> interesting thing is what the current kernel supports.
>
> How about asking what happened from Windows 1.0 to today. How would you
> answer that question? Should it also include the history of DOS from
> 1.0 to the current version of windows? Should it also include the
> history of CP/M?
>
It didn't change.... it's crappy now ... crappy then (windows I mean :S)
> It really is a silly question to ask that is much too vague.
>
> --
> Len Sorensen
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
>
--
Yo soy el junkie
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Linux Kernel Story
2007-07-12 13:27 Linux Kernel Story Vijayakumar Subburaj
2007-07-12 14:08 ` Renato S. Yamane
2007-07-12 16:40 ` Lennart Sorensen
@ 2007-07-13 9:59 ` Tilman Schmidt
2007-07-13 11:02 ` Wander Winkelhorst
3 siblings, 0 replies; 8+ messages in thread
From: Tilman Schmidt @ 2007-07-13 9:59 UTC (permalink / raw)
To: Vijayakumar Subburaj; +Cc: LKML
[-- Attachment #1: Type: text/plain, Size: 381 bytes --]
Vijayakumar Subburaj schrieb:
> I would like to know what happened to linux kernel from its 1.0.
Why only from 1.0, leaving out the wonderful saga of 0.9, 0.99, etc.?
SCNR
T.
--
Tilman Schmidt E-Mail: tilman@imap.cc
Bonn, Germany
Diese Nachricht besteht zu 100% aus wiederverwerteten Bits.
Ungeöffnet mindestens haltbar bis: (siehe Rückseite)
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 250 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Linux Kernel Story
2007-07-12 13:27 Linux Kernel Story Vijayakumar Subburaj
` (2 preceding siblings ...)
2007-07-13 9:59 ` Tilman Schmidt
@ 2007-07-13 11:02 ` Wander Winkelhorst
3 siblings, 0 replies; 8+ messages in thread
From: Wander Winkelhorst @ 2007-07-13 11:02 UTC (permalink / raw)
To: Vijayakumar Subburaj; +Cc: LKML
On 7/12/07, Vijayakumar Subburaj <vijayakumar.subburaj@gmail.com> wrote:
> My first mail to lkml.
>
> I would like to know what happened to linux kernel from its 1.0.
It might be interesting to look at this timeline:
http://www.levenez.com/unix/
Which shows when the first linux kernel was released, and a lot more
info (like how in the older days, there were 2 types of linux,
"stable" and "unstable")
It also shows the different influences the various unices had on each
other (like how Linux was inspired by / losely based on Minix)
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2007-07-13 11:02 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-12 13:27 Linux Kernel Story Vijayakumar Subburaj
2007-07-12 14:08 ` Renato S. Yamane
2007-07-12 14:39 ` thinkinnight
2007-07-12 15:02 ` Cédric Augonnet
2007-07-12 16:40 ` Lennart Sorensen
2007-07-12 18:24 ` Ruben Junkie
2007-07-13 9:59 ` Tilman Schmidt
2007-07-13 11:02 ` Wander Winkelhorst
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.