On Sat, 18 Nov 2000 03:07:47 -0800 (PST), 
Anil Kumar Prasad <[EMAIL PROTECTED]> wrote:
>sorry i didn't ask the question properly. I need to
>know how does kernel modules accept run time arguments
>from user?

MODULE_PARM(variable, type) in the code.  It defines which variables
can be set on the insmod command and what type of data to accept.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to