to myself 的分类学习日志

做自己想做的事
posts - 232, comments - 6, trackbacks - 0, articles - 0

Linux Device Driver

Posted on 2010-09-22 17:21 kongkongzi 阅读(180) 评论(0)  编辑 收藏 引用 所属分类: linux

Linux 设备驱动 Edition 3
http://lsec.cc.ac.cn/~tengfei/doc/ldd3/index.html

Windows 文件系统驱动(磁盘驱动,分区过滤驱动或文件过滤驱动)

网络驱动(网络协议的实现)

start out in Linux kernel development
For Kernel Hackers

阅读linux内核源代码
以应用层的数据发送和接收为入口,深入内核跟踪分析。
Linux 跟踪调试到内核
内核 调试技术
揭开Linux系统内核调试器神秘面纱
使用 SystemTap 调试内核
使用 ftrace 调试 Linux 内核
Kernel hacking


df -aT
tmpfs                  1556936         0   1556936   0% /dev/shm

tmpfs
http://e2enetworks.com/2008/10/25/linux-in-memory-filesystems-tmpfs-vs-ramdisk/
http://blog.donews.com/hackerstar/archive/2006/08/11/996142.aspx
http://blog.chinaunix.net/u3/102979/showart_2162934.html