下面就介绍这个内核模块实验hello 如何正确编译,我所使用的系统为内核版本:2.6.10 在/home/tmp/下建立两个文件hello.c,Makefile hello.c ------------ #include #include #include MODULE_LICENSE("GPL"); static int hello_init(void) { printk(KERN_ALERT "hello module init\n"); retur