Hi all,
 I created a kernel module which can be passed some command line arguments (I tried that with insmod and it works).

Now I would like, when I start the kernel with grub, to have this module loaded at boot time so I can pass, at boot time, a kernel boot option to it.

I mean having something like
kernel vmlinuz root=/dev/ram0 initrd=linuxrc mymodule.param1="myparamvalue"
initrd ....

is it possible? 

Thanks,
 Luca