public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Re: [OT] Starting studying linux kernel
  2005-09-14 21:49 [OT] Starting studying linux kernel Rafael Fernández López
@ 2005-09-14 20:46 ` jmerkey
  2005-09-15  6:49   ` Chris White
  2005-09-14 21:57 ` Michal Piotrowski
  2005-09-14 22:10 ` Christopher Friesen
  2 siblings, 1 reply; 5+ messages in thread
From: jmerkey @ 2005-09-14 20:46 UTC (permalink / raw)
  To: ereslibre; +Cc: linux-kernel


Start with head.S in /arch/i386 and follow the code from there.

That's where everything begins.

Jeff


Rafael Ferna'ndez Lo'pez wrote:

>Hi,
>
>First of all, sorry if this e-mail is taking your time out. I'm a
>computer science student. I love GNU/Linux and I've been using Gentoo
>for a long time.
>
>Now, I am starting to read linux kernel, but it is so big that I
>cannot understand lots of things. I'd like to know if there is a
>website or something that can introduce me into the kernel internals.
>
>Maybe long time ago I could have understood it, but today it's so big...
>
>Thank you very much, and my apologies for this e-mail.
>-
>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] 5+ messages in thread

* [OT] Starting studying linux kernel
@ 2005-09-14 21:49 Rafael Fernández López
  2005-09-14 20:46 ` jmerkey
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Rafael Fernández López @ 2005-09-14 21:49 UTC (permalink / raw)
  To: linux-kernel

Hi,

First of all, sorry if this e-mail is taking your time out. I'm a
computer science student. I love GNU/Linux and I've been using Gentoo
for a long time.

Now, I am starting to read linux kernel, but it is so big that I
cannot understand lots of things. I'd like to know if there is a
website or something that can introduce me into the kernel internals.

Maybe long time ago I could have understood it, but today it's so big...

Thank you very much, and my apologies for this e-mail.

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

* Re: [OT] Starting studying linux kernel
  2005-09-14 21:49 [OT] Starting studying linux kernel Rafael Fernández López
  2005-09-14 20:46 ` jmerkey
@ 2005-09-14 21:57 ` Michal Piotrowski
  2005-09-14 22:10 ` Christopher Friesen
  2 siblings, 0 replies; 5+ messages in thread
From: Michal Piotrowski @ 2005-09-14 21:57 UTC (permalink / raw)
  To: ereslibre; +Cc: LKML

Hi,

On 14/09/05, Rafael Fernández López <ereslibre@gmail.com> wrote:
> Hi,
> 
> First of all, sorry if this e-mail is taking your time out. I'm a
> computer science student. I love GNU/Linux and I've been using Gentoo
> for a long time.
> 
> Now, I am starting to read linux kernel, but it is so big that I
> cannot understand lots of things. I'd like to know if there is a
> website or something that can introduce me into the kernel internals.
> 
> Maybe long time ago I could have understood it, but today it's so big...
> 
> Thank you very much, and my apologies for this e-mail.

http://www.kernelnewbies.org/
http://lwn.net/Kernel/LDD3/ - very good book, you can download pdf's
http://rlove.org/kernel_book/ - another very good book

http://www.kernelnewbies.org/books.php3 - other books

Regards,
Michal Piotrowski

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

* Re: [OT] Starting studying linux kernel
  2005-09-14 21:49 [OT] Starting studying linux kernel Rafael Fernández López
  2005-09-14 20:46 ` jmerkey
  2005-09-14 21:57 ` Michal Piotrowski
@ 2005-09-14 22:10 ` Christopher Friesen
  2 siblings, 0 replies; 5+ messages in thread
From: Christopher Friesen @ 2005-09-14 22:10 UTC (permalink / raw)
  To: ereslibre; +Cc: linux-kernel

Rafael Fernández López wrote:

> Now, I am starting to read linux kernel, but it is so big that I
> cannot understand lots of things. I'd like to know if there is a
> website or something that can introduce me into the kernel internals.
> 
> Maybe long time ago I could have understood it, but today it's so big...

You might try reading the following books:

http://lwn.net/Kernel/LDD3/
http://www.amazon.com/exec/obidos/tg/detail/-/0672327201/103-6781097-8768660?v=glance
http://www.amazon.com/exec/obidos/tg/detail/-/0596002130/ref=pd_sim_1/103-6781097-8768660?%5Fencoding=UTF8&v=glance

(this last one is based on 2.4)


Chris

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

* Re: [OT] Starting studying linux kernel
  2005-09-14 20:46 ` jmerkey
@ 2005-09-15  6:49   ` Chris White
  0 siblings, 0 replies; 5+ messages in thread
From: Chris White @ 2005-09-15  6:49 UTC (permalink / raw)
  To: jmerkey; +Cc: ereslibre, linux-kernel

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

On Thursday 15 September 2005 05:46, jmerkey wrote:
> Start with head.S in /arch/i386 and follow the code from there.
>
> That's where everything begins.
>
> Jeff

Not sure what kernel you're using, but in 2.6.13 here it's 
in /arch/i386/kernel/head.S

(nothing find couldn't handle but)

Chris White

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

end of thread, other threads:[~2005-09-14 22:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-09-14 21:49 [OT] Starting studying linux kernel Rafael Fernández López
2005-09-14 20:46 ` jmerkey
2005-09-15  6:49   ` Chris White
2005-09-14 21:57 ` Michal Piotrowski
2005-09-14 22:10 ` Christopher Friesen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox