Hi all

I am building a kernel module (char device) that should get runtime
parameters from a user mode process.
Among the info items that should flow to the module are strings and
arrays. To my understanding I can use any of the following methods to
achieve this: ioctl, sysfs, procfs, device read and write and system calls.

Is there a preferred method? maybe a different one?

Thanks
Hillel




=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]

Reply via email to