モジュールへのパラメータの渡し方 insmodする [root@moe 3]# insmod hello.o hello_i=123 hello_s="Aho Baka" Warning: loading hello.o will taint the kernel: no license See http://www.tux.org/lkml/#export-tainted for information about tainted modules Module hello loaded, with warnings [root@moe 3]# tail -2 /var/log/messages Oct 7 05:19:10 moe kernel: LKM-test:Bye bye, world Oct 7 05:19:43 moe kernel: LKM-test:Hello[hello_i=123 hello_s=Aho Baka] [root@moe 3]# パラメータが渡っている