2021年3月24日

摘要: #include <linux/init.h> #include <linux/module.h> static int hello_init(void) { printk("Hello,world Insmod\n"); } static void hello_exit(void) { print 阅读全文
posted @ 2021-03-24 23:46 lydstory 阅读(51) 评论(0) 推荐(0)

导航