パラメータの説明 insmodする [root@moe 4]# insmod hello.o hello_i=456 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 4]# insmod hello.o hello_i=456 [root@moe 4]# !ta tail -3 /var/log/messages Oct 7 05:19:43 moe kernel: LKM-test:Hello[hello_i=123 hello_s=Aho Baka] Oct 7 05:47:25 moe kernel: LKM-test:Bye bye, world Oct 7 05:47:53 moe kernel: LKM-test:Hello[hello_i=456] [root@moe 4]# 通常と変らず