* newbie fodder
@ 2001-02-21 22:23 Andries.Brouwer
2001-02-21 22:33 ` Eli Carter
2001-02-21 23:56 ` Robert Read
0 siblings, 2 replies; 3+ messages in thread
From: Andries.Brouwer @ 2001-02-21 22:23 UTC (permalink / raw)
To: linux-kernel
For a beginner I recently wrote a tiny demonstration
of what the kernel does, given a trivial user program.
Now that it served its purpose it would be a pity to
throw it out again, maybe it can be useful to someone else.
See
http://www.win.tue.nl/~aeb/linux/vfs/trail-1.html
Andries
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: newbie fodder
2001-02-21 22:23 newbie fodder Andries.Brouwer
@ 2001-02-21 22:33 ` Eli Carter
2001-02-21 23:56 ` Robert Read
1 sibling, 0 replies; 3+ messages in thread
From: Eli Carter @ 2001-02-21 22:33 UTC (permalink / raw)
To: Andries.Brouwer; +Cc: linux-kernel
Andries.Brouwer@cwi.nl wrote:
>
> For a beginner I recently wrote a tiny demonstration
> of what the kernel does, given a trivial user program.
> Now that it served its purpose it would be a pity to
> throw it out again, maybe it can be useful to someone else.
>
> See
> http://www.win.tue.nl/~aeb/linux/vfs/trail-1.html
Cool.
Post this to kernelnewbies: kernelnewbies@nl.linux.org
Eli
-----------------------. Rule of Accuracy: When working toward
Eli Carter | the solution of a problem, it always
eli.carter(at)inet.com `------------------ helps if you know the answer.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: newbie fodder
2001-02-21 22:23 newbie fodder Andries.Brouwer
2001-02-21 22:33 ` Eli Carter
@ 2001-02-21 23:56 ` Robert Read
1 sibling, 0 replies; 3+ messages in thread
From: Robert Read @ 2001-02-21 23:56 UTC (permalink / raw)
To: linux-kernel
This looks great, in fact I was working on something similar for
myself. Unfortunately, like all good documentation, it's already
slightly out of date. Just this morning I noticed that as of the
2.4.2-preX, the __make_request function no longer contains this code:
if (!q->plugged)
q->request_fn(q);
I don't know why the change was made, and I have not yet found where
how q->request_fn gets called for non-plugged request queues, but
since this is one of the key steps of the whole process, it will be
great to keep this documentation current.
robert
On Wed, Feb 21, 2001 at 11:23:51PM +0100, Andries.Brouwer@cwi.nl wrote:
> For a beginner I recently wrote a tiny demonstration
> of what the kernel does, given a trivial user program.
> Now that it served its purpose it would be a pity to
> throw it out again, maybe it can be useful to someone else.
>
> See
> http://www.win.tue.nl/~aeb/linux/vfs/trail-1.html
>
> Andries
>
> -
> 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] 3+ messages in thread
end of thread, other threads:[~2001-02-21 23:56 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-02-21 22:23 newbie fodder Andries.Brouwer
2001-02-21 22:33 ` Eli Carter
2001-02-21 23:56 ` Robert Read
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox