Linux源码研究-内核开发-原理相关文档索引

Linux内核树中的文档

Sphinx book , make {htmldocs | pdfdocs | epubdocs}

在线文档

  • Linux内核邮件列表索引

https://kernelnewbies.org/KernelGlossary

  • 如何通过Linux内核跟踪TCP连接的数据

https://archive.org/details/linux_kernel_data_flow_short_paper

  • 提交内核补丁

http://halobates.de/on-submitting-kernel-patches.pdf

  • 虚拟文件系统

http://www.mjmwired.net/kernel/Documentation/filesystems/vfs.txt

http://www.coda.cs.cmu.edu/doc/talks/linuxvfs/

  • Linux设备驱动,第3版

http://lwn.net/Kernel/LDD3/

  • ALSA驱动编写 
http://www.alsa-project.org/~iwai/writing-an-alsa-driver/index.html
  • Linux PCMCIA编程指南
http://pcmcia-cs.sourceforge.net/ftp/doc/PCMCIA-PROG.html
  • Linux内核模块编程指南
http://tldp.org/LDP/lkmpg/2.6/html/index.html
  • 全局自旋锁列表和使用

http://lse.sourceforge.net/lockhier/global-spin-lock

  • Video4Linux 驱动 , Part1

http://www.linux-mag.com/id/406

  • Video4Linux 驱动, Part2

http://www.linux-mag.com/id/429

  • Linux IP 网络连接

http://www.cs.unh.edu/cnrg/gherrin

  • 怎么确保你的驱动可以运行在Power Maintosh上

http://www.linux-mag.com/id/261

  • SCSI驱动介绍

http://www.linux-mag.com/id/284

  • 高级SCSI驱动

http://www.linux-mag.com/id/307

  • 编写Linux鼠标驱动

http://www.linux-mag.com/id/330

  • 鼠标驱动

http://www.linux-mag.com/id/356

  • Video4Linux Radio驱动

http://www.linux-mag.com/id/381

  • Linux下I/O事件处理

http://web.mit.edu/~yandros/doc/io-events.html

  • Linux可加载内核模块

http://packetstormsecurity.org/docs/hack/LKM_HACKING.html

  • The Venus kernel 接口

http://www.coda.cs.cmu.edu/doc/html/kernel-venus-protocol.html

  • ext2文件系统设计与实现

http://web.mit.edu/tytso/www/linux/ext2intro.html

http://teaching.csse.uwa.edu.au/units/CITS2002/fs-ext2/

  • Linux RAID-1,4,5代码

http://www.linuxjournal.com/article.php?sid=2391

  • Linux内核hacker指南

http://www.tldp.org/LDP/khg/HyperNews/get/khg.html

  • 模块化设备驱动

http://www.linuxjournal.com/article.php?sid=1219

  • 动态内核:发现

http://www.linuxjournal.com/article.php?sid=1220

  • The Devil's in the Details

http://www.linuxjournal.com/article.php?sid=1221

  • 剖析中断和DMA

http://www.linuxjournal.com/article.php?sid=1222

  • 设备驱动总结

http://www.linuxjournal.com/article.php?sid=1287

  • 网络缓存和内存管理

http://www.linuxjournal.com/article.php?sid=1312


猜你喜欢

转载自blog.csdn.net/chs007chs/article/details/80221468