mirror of
https://github.com/gatieme/LDD-LinuxDeviceDrivers.git
synced 2026-08-19 10:26:03 +08:00
24 lines
936 B
Markdown
24 lines
936 B
Markdown
study--作者学习linux内核以及驱动代码
|
|
=======
|
|
|
|
> 返回主页 [LDD-LinuxDeviceDrivers](https://github.com/gatieme/LDD-LinuxDeviceDrivers)
|
|
>
|
|
> 当前study [study-作者学习内核和驱动的实例代码](https://github.com/gatieme/LDD-LinuxDeviceDrivers/tree/master/study)
|
|
>
|
|
> 前往books [books-作者收录的一些学习驱动或者内核比较好的书籍的实例代码](https://github.com/gatieme/LDD-LinuxDeviceDrivers/tree/master/books)
|
|
|
|
|
|
|
|
# 本章内容
|
|
-------
|
|
|
|
| 目录 | 书籍 |
|
|
|:------:|:------:|
|
|
| [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内核的驱动代码 |
|
|
|
|
|
|
|
|
|
|
|