Welcome![Sign In][Sign Up]
Location:
Search - linux subsystem

Search list

[Other resource404-MTD源代码分析

Description: MTD(memory technology device内存技术设备)是用于访问memory设备(ROM、flash)的Linux的子系统。MTD的主要目的是为了使新的memory设备的驱动更加简单,为此它在硬件和上层之间提供了一个抽象的接口。-MTD (memory technology device memory technology equipment) is the equipment for accessing memory (ROM, flash) Linux subsystem. MTD's main purpose is to make the new memory devices drive more simple, for its hardware and the upper between an abstract interface.
Platform: | Size: 94204 | Author: 林辰 | Hits:

[Embeded Linux404-MTD源代码分析

Description: MTD(memory technology device内存技术设备)是用于访问memory设备(ROM、flash)的Linux的子系统。MTD的主要目的是为了使新的memory设备的驱动更加简单,为此它在硬件和上层之间提供了一个抽象的接口。-MTD (memory technology device memory technology equipment) is the equipment for accessing memory (ROM, flash) Linux subsystem. MTD's main purpose is to make the new memory devices drive more simple, for its hardware and the upper between an abstract interface.
Platform: | Size: 94208 | Author: 林辰 | Hits:

[Linux-UnixLinux_Kernel_CN(1)

Description: 本书并不是特意一本Linux 的内部手册相反它是对操作系统的介绍同时以Linux作为示例书中每一章遵循从共性到特性的原则它们将首先给出核心子系统的概叙然后进行尽可能的详细描叙 我不会用routine_X()调用routine_Y()来增加bar 数据结构中foo 域的值这种方式来描叙核心算法 你自己可以通过阅读代码发现它每当需要理解一段代码时我总是将其数据结构画出来这样我发现了许多相关的核心数据结构以及它们之间的关系 每一章都是非常独立的就象Linux 核心子系统一样当然有时它们还是有联系的比如说如果你没有理解虚拟内存工作原理就无法描叙进程 硬件基本概念一章对现代PC 做了简要介绍操作系统必须与硬件系统紧密结合在一起协同工作操作系统需要一些只能够由硬件提供的服务为了全面理解Linux 你必须了解有关硬件的基础知识 软件基本概念一章介绍了软件基本原理与C 程序语言讨论了建立Linux 这样的操作系统的工具并且给出了操作系统的目标与功能的概叙 内存管理这章描叙了Linux 如何处理物理内存以及虚拟存储技术 进程管理描叙了进程的概念以及Linux 核心是如何创建管理与删除系统中的进程 进程间及进程与核心间通讯以协调它们的活动Linux 支持大量进程间通讯IPC -the book is not specifically a Linux internal manual Rather, it was the introduction of the operating system Linux simultaneously in each chapter of the book as an example to follow from the common characteristics of the principles is that they will be the first core subsystems of Syria will then proceed to the detailed depicts as possible, I will not use routine_X () call routine _Y () to increase the bar data structure foo domain of values in this manner, depicts the core algorithm you can read the code when it was found necessary to understand some code, I will always data structure drawn so I found many of the core data structure and the relationship between them each chapter very independent, just like the Linux kernel subsystem of course sometimes they like or linked, for instance if
Platform: | Size: 1200128 | Author: 陈彬 | Hits:

[Linux-UnixLINUX_system_manage_book

Description: 本书同时收录了Linux领域两位领导人物的作品—相当于“Linux 文档项目”的一个印刷版本,展示了Linux 核心概念及其基本结构。对于面向所有主流Linux子系统的支持与管理任务,本书都进行了恰到好处的讲解。涵盖的主题包括文件系统、目录、引导和关机、打印、网络兼容性、网络应用、网络登录、安全、用户账号、数据备份等等。此外,还针对TCP/IP网络、电子邮件、硬件问题以及网络的管理与配置,进行了专门讨论。 -the book contains a Linux two leading figures in the field of work- the equivalent of "Linux Documentation items eye, "one of the printed version, which shows a concept of the Linux kernel and its basic structure. For all mainstream Linux-oriented subsystem support and management tasks, this book has a balanced presentation. Subjects covered in the file system, directory, guide and shutdown, printing, network compatibility, network applications, network login, security, user account, data backup and so on. Moreover, in view of TCP/IP network, e-mail, hardware and network management and configuration, a special discussion.
Platform: | Size: 6518784 | Author: asdfkh | Hits:

[Linux-Unixlibraw1394-1.2.1.tar

Description: libraw1394 is the only supported interface to the kernel side raw1394 of the Linux IEEE-1394 subsystem, which provides direct access to the connected 1394 buses to user space. Through libraw1394/raw1394, applications can directly send to and receive from other nodes without requiring a kernel driver for the protocol in question. -libraw1394 is the only supported interfac e to the kernel side raw1394 of the Linux IEEE-13 94 subsystem. which provides direct access to the connected one 394 buses to user space. Through libraw1394/ra w1394. applications can directly send to and receive f rom other nodes without requiring a kernel driv er for the protocol in question.
Platform: | Size: 382976 | Author: song wm | Hits:

[Linux-UnixLinux_mouse_dirvers_analysis

Description: Linux输入子系统和鼠标驱动的分析,详细分析drivers/input/mouse/amimouse.c的工作原理。给需要编写或修改鼠标驱动的兄弟一个参考!-Linux input subsystem and mouse-driven analysis, detailed analysis of drivers/input/mouse/amimouse.c works. To the need to write or modify the mouse driver
Platform: | Size: 18432 | Author: 吕剑国 | Hits:

[Linux-Unixlinuxmtd

Description: Linux MTD介绍: MTD(memory technology device内存技术设备)是用于访问memory设备(ROM、flash)的Linux的子系 统。MTD的主要目的是为了使新的memory设备的驱动更加简单,为此它在硬件和上层之间提供了一个 抽象的接口。MTD的所有源代码在/drivers/mtd子目录下。我将CFI接口的MTD设备分为四层(从设备节 点直到底层硬件驱动),这四层从上到下依次是:设备节点、MTD设备层、MTD原始设备层和硬件驱 动层。 根文件系统 文件系统 字符设备节点 MTD字符设备 MTD块设备 MTD原始设备 FLASH硬件驱动 块 重点是mtd的定义, 以及为什么要有mtd mtd设备的分层-Linux MTD Introduction: MTD (memory technology device memory technology and equipment) is used to access memory devices (ROM, flash) subsystem of Linux. The main purpose of MTD in order to make the new memory device driver more simple, for it among the top in the hardware and provides an abstract interface. MTD All source code in/drivers/mtd subdirectory. I will CFI interface is divided into four MTD devices (from device node until the underlying hardware drivers), this four-story from top to bottom are: device node, MTD device layer, MTD layer original equipment and hardware driver layer. Root file system file system character device node MTD character device MTD block device MTD Original Equipment hardware drivers FLASH block focused on the definition of MTD, as well as equipment mtdmtd Why should there be a stratified
Platform: | Size: 79872 | Author: hegaofen | Hits:

[OtherLINUX

Description: 《Linux编程白皮书》是由一群Linux高手所写的,它由五个部分组成——是Linux文档工程的一个印刷版本。该书描述了关键的设计概念,以及系统和Linux内核子系统的概念系统结构和具体的系统结构。全书是从Linux操作系统的心脏——内核开始进行深入介绍的。所介绍的知识包括Linux硬件和软件基础、内核机制、进程、模块、结构及源代码、Linux内核模块编程指南,把应用程序移植到Linux下,以及对网络的讨论等等。- Linux Programming White Paper is written by a group of Linux experts, and it consists of five parts- Linux Documentation Project is a printed version. The book describes the key design concepts, as well as the system and the Linux kernel subsystem concept of system structure and concrete structure. Book are from the heart of Linux operating system- the kernel began to conduct in-depth introduction of the. The introduction of knowledge, including basic hardware and software for Linux, the kernel mechanisms, processes, modules, structure and source code, Linux Kernel Module Programming Guide, the application ported to Linux, as well as discussions on the network and so on.
Platform: | Size: 121856 | Author: zi | Hits:

[Linux-Unixlinux_input

Description: linux input 子系统分析 -linux input subsystem analysis linux input subsystem analysis
Platform: | Size: 98304 | Author: 洪兵 | Hits:

[Internet-NetworkLINUXbaipishu

Description: 本书同时收录了Linux领域两位领导人物的作品—相当于“Linux 文档项目”的一个印刷版本,展示了Linux 核心概念及其基本结构。对于面向所有主流Linux子系统的支持与管理任务,本书都进行了恰到好处的讲解。涵盖的主题包括文件系统、目录、引导和关机、打印、网络兼容性、网络应用、网络登录、安全、用户账号、数据备份等等。此外,还针对TCP/IP网络、电子邮件、硬件问题以及网络的管理与配置,进行了专门讨论。-At the same time, this book includes the two leading figures in the field of Linux works- the equivalent of " Linux Documentation Project," a printed version, demonstrated the concept of Linux and the basic structure of the core. For the mainstream Linux subsystem for all the support and management tasks are carried out this book on the right. Covered topics such as file system, directory, guide, and shut down, printing, network compatibility, network applications, network login, security, user accounts, data backup and so on. In addition, for TCP/IP networks, e-mail, hardware issues, and network management and configuration, for a special discussion.
Platform: | Size: 7169024 | Author: 曹家荣 | Hits:

[Embeded Linuxsg3_utils-1.16-arm

Description: This package contains utilities for the Linux 2.6 SCSI subsystem.
Platform: | Size: 1451008 | Author: janet061 | Hits:

[Linux-Unixkeydriver

Description: S3C2440的扫描键盘驱动。是用input子系统方式编写,等于是标准键盘。-S3C2440 scan the keyboard driver. Is written by way of input subsystem, etc. So standard keyboard.
Platform: | Size: 39936 | Author: | Hits:

[Industry research1652s_2

Description: The AT76C901 is highly integrated ASIC that can be used as a part of a wireless phone that utilizes an 802.11 LAN-based wireless medium and carries Voice over IP (VoIP) packets. Specified in this datasheet, an ARM® processor-based subsystem (Baseband Controller) performs most of the PLCP and low MAC functions defined in 802.11. A DSP, a Codec, and support circuitry perform the encoder function and interfacing to an external baseband processor for a DSSS system. An interrupt controller and multiple support peripherals are also included.-The AT76C901 is highly integrated ASIC that can be used as a part of a wireless phone that utilizes an 802.11 LAN-based wireless medium and carries Voice over IP (VoIP) packets. Specified in this datasheet, an ARM® processor-based subsystem (Baseband Controller) performs most of the PLCP and low MAC functions defined in 802.11. A DSP, a Codec, and support circuitry perform the encoder function and interfacing to an external baseband processor for a DSSS system. An interrupt controller and multiple support peripherals are also included.
Platform: | Size: 67584 | Author: hfr | Hits:

[Program docLinux_program

Description: 《Linux编程白皮书》描述了关键的设计概念,以及系统和Linux内核子系统的概念系统结构和具体的系统结构。全书是从Linux操作系统的心脏——内核开始进行深入介绍的。所介绍的知识包括Linux硬件和软件基础、内核机制、进程、模块、结构及源代码、Linux内核模块编程指南,把应用程序移植到Linux下,以及对网络的讨论等等。-" Linux Programming White Paper" describes the key design concepts and systems and Linux kernel subsystem architecture and the concept of a specific system architecture. The book is from the heart of Linux operating system- the kernel to begin in-depth introduction. The introduction of knowledge, including hardware and software based on Linux, the kernel mechanisms, processes, modules, structure and source code, Linux kernel module programming guides, the applications to Linux, as well as discussion of the network and so on.
Platform: | Size: 121856 | Author: HP | Hits:

[Linux-Unixlinux-Qt-keyhandle

Description: linux系统下的按键子系统与QT按键系统对接的方法和实现-linux key input subsystem &QT keyhandler communication
Platform: | Size: 7168 | Author: 孙明 | Hits:

[Internet-NetworkLinux-Network-Subsystem

Description: 文章详细介绍了Linux网络子系统以及Linux内核与网络设备接口驱动的调用接口-This paper introduced almost anything about Linux network subsystem and the call interface between linux kernel and linux network drivers.
Platform: | Size: 699392 | Author: liushaofang | Hits:

[Linux-Unixlinux-mem_manage

Description: linux内核中内存管理是非常核心的一个子系统,本书着重介绍了内存管理模块的相关知识点-linux kernel memory management is a subsystem of the core, the book focuses on the memory management module of the relevant knowledge points
Platform: | Size: 481280 | Author: yunxiang | Hits:

[Embeded LinuxTouch-screen-system-of-Linux-kernel

Description: 文中分析了在linux2.6内核输入子系统下触摸屏驱动程序设计,并对比传统的驱动设计方法,得出了基于Linux 输入子系统的驱动程序设计优点.-This paper analyzes the input subsystem of the kernel linux2.6 touch screen driver design, the driver and compare the traditional design method, obtained based on the Linux input subsystem driver design advantages.
Platform: | Size: 376832 | Author: lining | Hits:

[Software EngineeringLINUX-driver-develop5

Description: 中程在线信息产业培训:第五讲,网络设备驱动、网络子系统-Medium-range training online information industry: Fifth Lecture, network device drivers, network subsystem
Platform: | Size: 64512 | Author: 张斌 | Hits:

[Linux-UnixThe-Linux-RapidIO-Subsystem

Description: The Linux RapidIO Subsystem。是linux下连接rapidio的好论文。-The Linux RapidIO Subsystem
Platform: | Size: 14336 | Author: 陈鼎才 | Hits:
« 12 3 4 5 6 7 8 »

CodeBus www.codebus.net