Hi all,<br> I created a kernel module which can be passed some command line arguments (I tried that with insmod and it works).<br><br>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.<br>
<br>I mean having something like<br>kernel vmlinuz root=/dev/ram0 initrd=linuxrc mymodule.param1="myparamvalue"<br>initrd ....<br><br>is it possible?  <br><br>Thanks,<br> Luca<br>