Re: Linux kernel 2.4 programming problem

2007-06-12 Thread Jan Engelhardt
On Jun 12 2007 20:47, debian developer wrote: > > Please look into http://kernelnewbies.org > > On 6/12/07, Federico Paparoni <[EMAIL PROTECTED]> wrote: >> Hi all, >> i'm trying to create a simple system call in a kernel 2.4 distribution. >> I read guide/articles like this >> http://irfanhabib.wor

Re: Linux kernel 2.4 programming problem

2007-06-12 Thread debian developer
Please look into http://kernelnewbies.org On 6/12/07, Federico Paparoni <[EMAIL PROTECTED]> wrote: Hi all, i'm trying to create a simple system call in a kernel 2.4 distribution. I read guide/articles like this http://irfanhabib.wordpress.com/2006/10/01/adding-a-system-call-linux-24x/ All the

Re: Linux kernel 2.4 programming problem

2007-06-12 Thread Randy Dunlap
On Tue, 12 Jun 2007 15:54:57 +0200 Federico Paparoni wrote: > Hi all, > i'm trying to create a simple system call in a kernel 2.4 distribution. > I read guide/articles like this > > http://irfanhabib.wordpress.com/2006/10/01/adding-a-system-call-linux-24x/ > > All the articles say the same thing

Linux kernel 2.4 programming problem

2007-06-12 Thread Federico Paparoni
Hi all, i'm trying to create a simple system call in a kernel 2.4 distribution. I read guide/articles like this http://irfanhabib.wordpress.com/2006/10/01/adding-a-system-call-linux-24x/ All the articles say the same things, but the implementation of my new system call doesn't work. I create a n