Subject: Re: Kernel problem!!
To: Marc Blasi <Marc.Folch@ccrle.nec.de>
From: Bill Studenmund <wrstuden@netbsd.org>
List: current-users
Date: 10/23/2002 17:00:32
On Thu, 24 Oct 2002, Marc Blasi wrote:
> Hello everybody,
>
> I have a question:
>
> How can I open a character device that I created using LKM in the Kernel
> Space due to I cannot use open(...)?
What exactly are you trying to do?
> If I use open(...) when compiling the Kernel appears this warning:
No, open() is for userland programs only.
Take care,
Bill