Re: Userland -> Kernel communication

2000-11-08 Thread aprasad
>I wish to give me some pointers to how to communicate with a kernel module >from userland. >May I use sockets? You can use copy_to/from_user functions present in kernel space, provided you have valid userland pointers also put_user/get_user for single datum transfer. regards Anil - To unsubs

Re: Userland -> Kernel communication

2000-11-08 Thread Klaus Naumann
Catalin BOIE wrote: > > Hello! > > I wish to give me some pointers to how to communicate with a kernel module > from userland. You can use the /proc interface or a device file (in /dev) depending on what type of comunication you need. These are the most common ways, not sure if there are more.

Userland -> Kernel communication

2000-11-08 Thread Catalin BOIE
Hello! I wish to give me some pointers to how to communicate with a kernel module from userland. May I use sockets? Thanks in advance! --- Catalin(ux) BOIE [EMAIL PROTECTED] A new Linux distribution: http://l13plus.deuroconsult.ro http://www2.deuroconsult.ro/~catab - To unsubscribe from this l