Re: kernel newbie question

2001-04-28 Thread David Woodhouse
[EMAIL PROTECTED] said: > Richard, can you add this URL to the FAQ ? --- index.html.orig Sat Apr 28 18:03:32 2001 +++ index.html Sat Apr 28 18:04:41 2001 @@ -5570,8 +5570,9 @@ Contributing Contributions are welcome on -this FAQ. These can be submitted by Email to Richard (see the Contr

Re: kernel newbie question

2001-04-28 Thread John Levon
On Sat, 28 Apr 2001, Erik Mouw wrote: > On Sat, Apr 28, 2001 at 03:16:34PM +0800, Xiong Zhao wrote: > > hello. i read linux kernel internal. are there other books/papers > > like that which dwell with linux kernel in detail,especially on > > process mechanism,for example,how pthread and fork are

Re: kernel newbie question

2001-04-28 Thread Erik Mouw
On Sat, Apr 28, 2001 at 03:16:34PM +0800, Xiong Zhao wrote: > hello. i read linux kernel internal. are there other books/papers > like that which dwell with linux kernel in detail,especially on > process mechanism,for example,how pthread and fork are implemented, > how clone actually work.are the

Re: kernel newbie question

2001-04-28 Thread alad
Hi Xiong, you can get a lot of books on kernel internals... But my experience says... reading code is the best solutionall the intricacies can only be cleared when u hack the code btw a new "understanding the linux kernel" by O'reilly pub. can be helpful in 'code reading'. Amol