[Ilugc] Communicating From User Space to Kernel Space

  • From: binand@xxxxxxxxx (Binand Sethumadhavan)
  • Date: Sun Sep 10 22:03:28 2006

On 10/09/06, amit saha <dandolls@xxxxxxxxxxx> wrote:

Is there any other way to do this without using files ?  My objective
is to read the 10 records from kernel  space one record at a time and
not the individual bytes.

I think the best way for you to proceed is to implement an ioctl in
your kernel module, and call it from your user space program when you
have each record ready and populated.

Binand

Other related posts: