搜索资源列表
Linux0.01设备管理代码
- Linux0.01设备驱动程序 最精简的linux代码 适合操作系统入门-Linux0.01 device drivers streamlining the most suitable source Linux operating system entry
os4FileSystems
- 学习有关Linux文件管理程序如何组织的知识,然后为简化的文件系统设计并实现一组目录操作。Linux所设计的文件管理程序用于适应多种不同类型的磁盘设备,这些磁盘设备其文件系统的组织结构各异,磁盘格式也不相同。虽然Linux为硬盘提供了自己的文件系统组织结构(ext2),但是文件管理程序可以扩展在任何文件系统格式上执行。 -learn Linux document management procedures of how to organize knowledge, Then the pap
openhpi-1.9.2.tar
- HIP 硬件设备管理标准接口,SAF定义的标准接口实现-HIP hardware device management standard interfaces, SAF definition of the standard interfaces
s3c2440linuxsddriver
- 1. sysfs 层的总线类型处理: 注册一组 mmc 类型处理函数, 标志为 \"mmc\" 2. mmc/sd 快设备管理:注册一个块设备和一组 mmc 总线类型的 driver 子函数, 实现块设备的队列管理等 3. mmc/sd host管理: 实现 host 的管理 4. 针对特定的mcu实现一个host驱动实例:主要是注册一个 host实体,中断处理函数,io设置函数,请求处理函数等
设备管理
- 这是一个linux中设备管理最近寻道时间编程的 是我在实习期间做的-This a Linux device management had recently seek time programming is done in the internship period
第七章:设备管理实验
- Linux设备管理源码 字符设备驱动程序:设计两个终端设备文件实现一个字符设备驱动程序,使一对进程之间利用该字符设备驱动程序能互相传递可变长度的信息。-equipment management source Linux device drivers characters : two terminal equipment design documents for a character device driver, so that a process between the use of the
FanPuGuiZhen__UNIX_code
- 《返璞归真——UNIX技术内幕》书中代码。主要包括Bell Laboratories开发的内核代码:1*.h(内核头文件---宏、全局变量和结构定义、函数声明) | |----------------conf(汇编代码---启动函数及工具函数,驱动生成工具mkconf,移植工具sysfix) 2dmr(设备驱动程序) 3ken(内核代码,包括进程调度、文件系统、内存管理、I/O管理等) 另外还有作者写的一些代码。-" Return to Innocence- UNIX
linux
- 包括初始化、进程管理、进程通信、内存管理、设备管理、中断、文件系统、系统调用等精选源码分析。-Including initialization, process management, process communications, memory management, device management, interrupt, file system, system calls, such as analysis of selected source.
system_design
- 操作系统辅导与提高光盘源码,含文件管理、虚拟内存管理、设备管理、用户界面等-Counseling and improving the operating system CD-ROM source, including document management, virtual memory management, device management, user interface, etc.
LINUX1.0
- 内核是系统的心脏,是运行程序和管理像磁盘和打印机等硬件设备的核心程序。Linux是最受欢迎的自由电脑作业系统核心。它是一个用C语言写成,符合POSIX标准的类Unix作业系统。本程序是linux1.0的内核源码!-Kernel is the heart of the system, run the program and management are as disk and printer hardware, such as the core of the procedure. Are the
linux
- 这里的底层驱动是指Linux下的底层设备驱动,这些驱动通常都是加载在内核态的,可以提供给上层用户态的应用程序访问底层设备的能力。也就是说,上层应用程序通过底层的驱动程序可以实现输入/输出的管理等功能-linux
udev-142.tar
- 这是linux内核里面的有与组织设备文件的一套规定方法,这也是2.6内核在设备文件管理方面的一个进步。为即插即用型设备准备了很好的管理设备的好方法。-It used for the device magment for the 2.6 linux kernel.
udev-137
- udev 是Linux kernel 2.6系列的设备管理器。它主要的功能是管理/dev目录底下的设备节点。-udev is a Linux kernel 2.6 series of the Device Manager. Its main function is to manage the/dev directory under the device node.
dask
- 加深对于操作系统设备管理技术的了解,体验磁盘移臂调度算法的重要性;掌握 几种重要的磁盘移臂调度算法,练习模拟算法的编程技巧,锻炼研究分析试验数 据的能力。 -Deepen the understanding of the operating system device management technology and experience transfer disk arm scheduling algorithm importance master disk transfer
OMAPDM
- OMA+客户端部署和设备管理,OMA+客户端部署和设备管理资料-OMA+ client deployment and device management, OMA+ client deployment and device management information
device
- 实现了设备管理--Linux设备驱动程序安装(注意头文件的位置随环境不同而改变) -Realize the equipment management - Linux device driver installation (note header files with the position change) different environments
os_keshi
- 实现模拟的操作系统:包括cpu管理、存储器管理、设备管理、文件管理、和接口管理-Simulate the operating system: including CPU management, memory management, equipment management, file management, and interface management
3_Linux
- linux设备管理和网络管理及应用,samba服务器,telnet的应用-Linux equipment management and network management and application, and the application of sounds playing server, Telnet
cdc-wdm.zip
- linux系统上,USB CDC的WCM设备管理的驱动程序。,linux system on the the USB CDC' s WCM Device Manager driver.
Linux设备驱动开发详解_宋宝华
- Linux设备驱动手册中Linux设备模型是对系统设备组织架构进行抽象的一个数据结构,旨在为设备驱动进行分层、分类、组织。降低设备多样性带来的Linux驱动开发的复杂度,以及设备热拔插处理、电源管理等。(Linux device driver of Linux device model manual is an abstract data structure architecture of system equipment organization, aiming at the device d