2018年3月10日

Linux Kernel 入门

摘要: Linux Kernel Basics How to find your current running version? Major number: 4 Minor number: 13 (even: stable; odd: experimental) Revision number: 0 Wh 阅读全文

posted @ 2018-03-10 21:14 LiuYubao 阅读(416) 评论(0) 推荐(0) 编辑

Linux Driver 入门 - Character Device Driver 字符设备驱动

摘要: Character Device Driver Sample Code #include <linux/module.h>#include <linux/kernel.h> #include <linux/fs.h> //file operations. which of course allows 阅读全文

posted @ 2018-03-10 20:54 LiuYubao 阅读(1109) 评论(0) 推荐(0) 编辑

Linux Driver 入门 - Introduction to Device Drivers

摘要: : Linux Driver Device Major and Minor Numbers he Internal Representation of Device Numbers Within the kernel, the dev_t type (defined in <linux/types. 阅读全文

posted @ 2018-03-10 17:50 LiuYubao 阅读(626) 评论(0) 推荐(0) 编辑

导航