
Linux
文章平均质量分 83
zhoutuan1
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
工作记录
2019.10.15工作记录 https://blog.youkuaiyun.com/cztqwan/article/details/79428341 https://crosstool-ng.github.io/docs/configuration/ https://www.xuebuyuan.com/3242144.html https://www.xuebuyuan.com/1788232.html h...原创 2019-10-22 17:26:22 · 398 阅读 · 0 评论 -
crosstool-ng config for mips 64
# # Automatically generated file; DO NOT EDIT. # crosstool-NG Configuration # CT_CONFIGURE_has_wget=y CT_CONFIGURE_has_curl=y CT_CONFIGURE_has_make_3_81_or_newer=y CT_CONFIGURE_has_make_4_0_or_newer=...原创 2019-10-17 19:57:09 · 495 阅读 · 0 评论 -
Linux字符设备驱动的注册
很多学习Linux编程的新人都会被字符设备注册搞糊涂了,我刚开始也一样糊里糊涂的,看到网上例程有各种版本,就是调用module_init时传递的实参,先记为xxx_init()。大家可能还会看到杂项设备驱动misc_register、平台设备驱动platform_device_register。但是作为Linux编程的初级者,建议先不着急去学习复杂的注册方式。现在我先贴出一份比较标准的设备注册程序原创 2016-07-20 10:06:31 · 487 阅读 · 0 评论