随笔分类 -  Linux开发

Linux开发
摘要:模块的源文件为hello.c,源码如下: #include <linux/module.h> #include <linux/kernel.h> #include <linux/fs.h> #include <linux/init.h> #include <linux/delay.h> #defin 阅读全文
posted @ 2021-04-27 10:09 先之 阅读(1312) 评论(0) 推荐(0)
摘要:转:Linux常用命令大全(非常全!!!) 阅读全文
posted @ 2021-04-23 18:05 先之 阅读(86) 评论(0) 推荐(0)