Linux设备驱动程序学习(0)-Hello,world!模块Linux设备驱动程序学习(0)-Hello,world!模块一个学习Linux设备驱动程序都会碰到的第一个例程:#include#includeMODULE_LICENSE("DualBSD/GPL");staticinthello_init(void){printk(KERN_ALERT"Hello,TekkamanNinja!\n");return0;}staticvoidhello_ex