Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 550 Bytes

File metadata and controls

19 lines (13 loc) · 550 Bytes

我的linux设备驱动学习

内核版本为4.0.0-040000-generic

虚拟机系统使用的是宋宝华老师的Linux设备驱动开发详解中提供的虚拟机

系统环境如下

~ git:(master) ✗ uname -a
Linux baohua-VirtualBox 4.0.0-040000-generic #201504121935 SMP Sun Apr 12 23:58:08 UTC 2015 i686 athlon i686 GNU/Linux

目录

  • block_device_driver:块设备驱动

  • char_device_driver:字符设备驱动

  • bus:总线