搜索资源列表
Understanding_the_Linux_Kernel
- 本书内容:内存管理,包括文件缓冲,进程交换和直接内存访问(DMA;虚拟文件系统层和第二和第三的扩展文件系统;;进程创建和调度;信号,中断和设备驱动程序的基本接口等-Understanding the Linux Kernel will acquaint you with all the inner workings of Linux, but it s more than just an academic exercise. You ll learn what conditions bring
Disk-Class-Driver
- 磁盘类驱动程序用于与磁盘设备以及相应的端口驱动程序。磁盘类驱动是分层高于端口驱动程序和管理磁盘设备,不论他们的总线类型。这个驱动程序连接到磁盘设备枚举所有的存储端口驱动程序。这个司机暴露所需要的功能,文件系统驱动程序来访问磁盘设备。 有关更多信息,请参见介绍存储类驱动程序在存储技术设计指南。 -The disk class driver is used to interact with disk devices along with the appropriate port driver