执
行make [root@localhost code]# make make -C
/lib/modules/2.6.18/build M=/home/code modules make[1]: Entering
directory `/home/linux/linux-2.6.18' CC [M] /home/code/hello.o
Building modules, stage 2. MODPOST CC
/home/code/hello.mod.o LD [M] /home/code/hello.ko make[1]:
Leaving directory `/home/linux/linux-2.6.18'
执行insmod [root@localhost
code]# insmod hello.ko [root@localhost code]# Message from
syslogd@ at Sun May 23 21:02:30 2010 ... localhost kernel: Hello, li
wei meng 执行rmmod [root@localhost code]# rmmod hello.ko [root@localhost
code]# Message from syslogd@ at Sun May 23 21:02:46 2010 ... localhost
kernel: Goodbye, li wei meng