摘要: hello.c#include#include#include int init_module(){ printk("hello world!\n"); return 0; }void cleanup_module(){ printk("godbye"); } MODULE... 阅读全文
posted @ 2015-12-05 22:06 HughParker 阅读(372) 评论(0) 推荐(1) 编辑