# LDD-LinuxDeviceDrivers **Repository Path**: youryanglin/LDD-LinuxDeviceDrivers ## Basic Information - **Project Name**: LDD-LinuxDeviceDrivers - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2024-11-05 - **Last Updated**: 2024-11-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README LDD-LinuxDeviceDrivers ======= # 1 books--一些书中的源码和示例 ------- | 目录 | 书籍 | |:------:|:------:| | [ldd](https://github.com/gatieme/LDD-LinuxDeviceDrivers/tree/master/books/ldd) | [LINUX设备驱动程序]() | | [fengguojin](https://github.com/gatieme/LDD-LinuxDeviceDrivers/tree/master/books/fengguojin) | [冯国进--Linux驱动程序开发实例](http://book.51cto.com/art/201205/337656.htm) | | [21cnbao](https://github.com/gatieme/LDD-LinuxDeviceDrivers/tree/master/books/21cnbao) | [宋宝华-Linux设备驱动开发详解](http://21cnbao.blog.51cto.com) | # 2 study--本人的linux学习以及驱动代码 ------- | 目录 | 书籍 | |:------:|:------:| | [kernel](https://github.com/gatieme/LDD-LinuxDeviceDrivers/tree/master/study/kernel) | 学习linux内核的设计与实现, 包括文档和示例代码, 文档与[CSDN博客](http://blog.csdn.net/gatieme/article/details/51456569)同步更新 | | [driver](https://github.com/gatieme/LDD-LinuxDeviceDrivers/tree/master/study/driver) | 自己实现的一些linux内核的驱动代码 | # 3 TODOLIST--目前在完成的工作 ------- | 任务 | 描述 | |:----:|:----:| | study/debug | 内核调试工具集锦, 包括debugfs, trace, gdb, systemtap 的介绍和使用 | | study/pattern | 内核设计的奇技淫巧, 介绍内核中使用的一些高级语法技巧和设计思路 | | study/kernel/data_structure | 介绍内核中提供的数据结构的用法 | # 4 关于 ------- # 4.1 个人介绍 -------