モジュールへのパラメータの渡し方 数値の列の受け取り insmodする [root@moe 6]# insmod hello.o hello_a=12,34,45,67 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 6]# tail -3 /var/log/messages Oct 7 06:16:16 moe kernel: LKM-test:Hello[hello_i=111] Oct 7 06:53:24 moe kernel: LKM-test:Bye bye, world Oct 7 06:54:42 moe kernel: LKM:[hello_a=12,34,45,67] [root@moe 6]#