09 2021 档案

摘要:https://www.cnblogs.com/wwang/archive/2011/06/21/2085571.html 我们都知道,如果要使用没有集成到内核之中的Linux驱动程序需要手动编译。当然,这并不是一件什么难事,即使是对于没有编程经验的Linux使用者,只要稍微有点hacker的意识, 阅读全文
posted @ 2021-09-26 13:50 微信公众号--共鸣圈 阅读(729) 评论(0) 推荐(1)
摘要:符号类型. 小写字母表示局部; 大写字母表示全局(外部).AThe symbol's value is absolute, and will not be changed by further linking. BThe symbol is in the uninitialized data sec 阅读全文
posted @ 2021-09-17 15:18 微信公众号--共鸣圈 阅读(208) 评论(0) 推荐(0)
摘要:dump_stack可以用来查看函数调用关系,即便在内核里也可以。 // hello.c #include <linux/module.h> #include <linux/init.h> #include <linux/kprobes.h> #include <asm/traps.h> stati 阅读全文
posted @ 2021-09-16 17:58 微信公众号--共鸣圈 阅读(161) 评论(0) 推荐(0)
摘要:原文网址:http://blog.csdn.net/michaelcao1980/article/details/53008418, http://lwn.net/Articles/204545/ 文章中提到的 v4l2 api specification: https://www.linuxtv. 阅读全文
posted @ 2021-09-07 17:36 微信公众号--共鸣圈 阅读(377) 评论(0) 推荐(0)