Re: input layer

2004-10-19 Thread Nicos Gollan
On Tuesday October 19 2004 20:09, Paul Akkermans wrote: > I am trying to analyse a part of the input layer of the kernel 2.6.7 > (input.c) (see below). The problem is that I don't fully understand what > this piece of code does. Can anybody help me? This question should be ask

Re: input layer

2004-10-19 Thread Matthew Wilcox
On Tue, Oct 19, 2004 at 08:09:33PM +0200, Paul Akkermans wrote: > Hi group, > > I am trying to analyse a part of the input layer of the kernel 2.6.7 (input.c) (see > below). The problem is that I don't fully understand what this piece of code does. > Can anybody help me?

input layer

2004-10-19 Thread Paul Akkermans
Hi group,   I am trying to analyse a part of the input layer of the kernel 2.6.7 (input.c) (see below). The problem is that I don't fully understand what this piece of code does. Can anybody help me?    static int __init input_init(void){ int retval = -ENOMEM;    input_

Re: input layer of the linux kernel

2004-10-04 Thread Eric Gaumer
On Mon, 2004-10-04 at 06:11, Paul Akkermans wrote: > Hi group, > > I have to analyze the input layer of the linux kernel for a > schoolassignment. My question is: How big (how many files) is this > input layer? And where can I find all these files. I have kernel > 2.4.18 inst

input layer of the linux kernel

2004-10-04 Thread Paul Akkermans
Hi group,   I have to analyze the input layer of the linux kernel for a schoolassignment. My question is: How big (how many files) is this input layer? And where can I find all these files. I have kernel 2.4.18 installed on my debian system. Can anybody help me?   Thanks in advance,   Paul