* Re: passing arguments to module
@ 2000-11-18 11:07 Anil Kumar Prasad
2000-11-18 10:36 ` Keith Owens
0 siblings, 1 reply; 4+ messages in thread
From: Anil Kumar Prasad @ 2000-11-18 11:07 UTC (permalink / raw)
To: Keith Owens; +Cc: linux-kernel
> >can anybody tell how to pass argument to modules?
>
> RTFM. man modprobe. man insmod. man modules.conf.
>
sorry i didn't ask the question properly. I need to
know how does kernel modules accept run time arguments
from user?
Thanks
Anil
__________________________________________________
Do You Yahoo!?
Yahoo! Calendar - Get organized for the holidays!
http://calendar.yahoo.com/
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: passing arguments to module
2000-11-18 11:07 passing arguments to module Anil Kumar Prasad
@ 2000-11-18 10:36 ` Keith Owens
0 siblings, 0 replies; 4+ messages in thread
From: Keith Owens @ 2000-11-18 10:36 UTC (permalink / raw)
To: Anil Kumar Prasad; +Cc: linux-kernel
On Sat, 18 Nov 2000 03:07:47 -0800 (PST),
Anil Kumar Prasad <anil_411@yahoo.com> 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 majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 4+ messages in thread
* passing arguments to module
@ 2000-11-18 10:10 Anil Kumar Prasad
2000-11-18 10:22 ` Keith Owens
0 siblings, 1 reply; 4+ messages in thread
From: Anil Kumar Prasad @ 2000-11-18 10:10 UTC (permalink / raw)
To: linux-kernel
Hi,
can anybody tell how to pass argument to modules?
thanks in advance,
Anil Prasad
Note:Please CC the answer
__________________________________________________
Do You Yahoo!?
Yahoo! Calendar - Get organized for the holidays!
http://calendar.yahoo.com/
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2000-11-18 11:06 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-11-18 11:07 passing arguments to module Anil Kumar Prasad
2000-11-18 10:36 ` Keith Owens
-- strict thread matches above, loose matches on Subject: below --
2000-11-18 10:10 Anil Kumar Prasad
2000-11-18 10:22 ` Keith Owens
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox