Re: [patch 05/13] syslets: core, documentation

2007-02-26 Thread Ingo Molnar
* Randy Dunlap <[EMAIL PROTECTED]> wrote: > > + [ Note: since the argument array is at the end of the atom, and the > > + kernel will not touch any argument beyond the final NULL one, atoms > > I would s/final/first/ since one could put many (unneeded) NULL > pointers in the argument array.

Re: [patch 05/13] syslets: core, documentation

2007-02-26 Thread Randy Dunlap
On Wed, 21 Feb 2007 22:15:21 +0100 Ingo Molnar wrote: > From: Ingo Molnar <[EMAIL PROTECTED]> > > Add Documentation/syslet-design.txt with a high-level description > of the syslet concepts. Just a few comments & questions... > Signed-off-by: Ingo Molnar <[EMAIL PROTECTED]> > Signed-off-by: Arja