CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 Linux驱动 搜索资源 - linux kernel A

搜索资源列表

  1. proc

    0下载:
  2. Linux 内核提供了一种通过 /proc 文件系统,在运行时访问内核内部数据结构 、 改变内核设置的机制 。 本文只讨论基于 intel x86 架构的 Linux /proc 文件系统。-The Linux kernel provides a pass/proc file system, operated at the time of accessing kernel internal data structures, changes to the kernel setting mec
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-02
    • 文件大小:116206
    • 提供者:ptzff
  1. processtree

    0下载:
  2. linux在内核模式下实现processtree功能,遍历系统当前所有进程的任务描述符,并按进程父子关系将这些描述符所对应的进程id(PID)组织成树形结构显示;-Linux in kernel mode achieve processtree functions, traverse the system of all current process task descr iptors, according to the process of parent-child relationship
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-02
    • 文件大小:7266
    • 提供者:彭霸天
  1. bus-and-dev

    0下载:
  2. 这个是我学习linux内核驱动时总结的一点总线与设备的关系-This is summed up when I learn the Linux kernel driver a little bus and equipment
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-02
    • 文件大小:16260
    • 提供者:王东升
  1. Linux-Device-Driver-3

    0下载:
  2. Linux设备驱动第三版,是学习驱动程序开发的不错的资料。-The Linux kernel is a good driver development information
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-01
    • 文件大小:951057
    • 提供者:ggmove
  1. Linux-Device-driver

    0下载:
  2. 驱动程序在 Linux 内核里扮演着特殊的角色,大家可以来学学。-The driver in the Linux kernel play a special role, we can come to learn.
  3. 所属分类:Linux驱动

    • 发布日期:2017-05-13
    • 文件大小:3329250
    • 提供者:ff
  1. Kernel-Module-Programming

    0下载:
  2. 介绍linux内核模块的编程,编写linux驱动程序非常好的一本参考书,详细介绍了linux内部的编程机理-Linux kernel module programming, writing Linux drivers a very good one reference book, detailing the linux internal programming mechanism
  3. 所属分类:Linux驱动

    • 发布日期:2017-03-28
    • 文件大小:493056
    • 提供者:扬帆
  1. linux-Driver-mem_info

    0下载:
  2. 基于linux的内核驱动,一个简单的内存操作小工具-for linux kernel driver,a simple ram tools
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-03
    • 文件大小:5449
    • 提供者:张正宇
  1. a-block-driver

    0下载:
  2. 我们通过写一个建立在内存中的块设备驱动,来学习linux内核和相关设备驱动知识。最简单的方法写出一个能用的块设备驱动。-We write a block device driver, built in memory to learn the knowledge of the Linux kernel and device driver. The easiest way to write a usable block device driver.
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-03
    • 文件大小:77162
    • 提供者:pangxieer
  1. Linux-kernel-makefile-resolution

    0下载:
  2. 分析了 Linux 内核中的配置系统结构,然后,解释了 Makefile 和配 置文件的格式以及配置语句的含义,最后,通过一个简单的例子--TEST Driver, 具体说明如何将自行开发的代码加入到 Linux 内核中-Linux kernel configuration system structure, then, explains the meaning of the Makefile and configuration file format and configuration
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-02
    • 文件大小:342252
    • 提供者:罗海兵
  1. notifier_DRIVER

    0下载:
  2. 设备驱动或网络驱动中用到LINUX内核通知链的一个示例代码,可以参考一下-Device drivers or network the LINUX kernel notification chain drive used in a sample code, you can refer to
  3. 所属分类:Driver develop

    • 发布日期:2017-12-01
    • 文件大小:245605
    • 提供者:肖严
  1. LINUX

    0下载:
  2. Linux内核设计与实现pdf,详细介绍了Linux相关的原理,值得一看-Linux kernel Design and Implementation pdf details of Linux-related principle, worth a visit
  3. 所属分类:Driver develop

    • 发布日期:2017-11-10
    • 文件大小:17360287
    • 提供者:LOU
  1. The_Linux_Kernel_Driver_Model

    0下载:
  2. A new device driver model has been designed and developed for the 2.5 version of the Linux Kernel. The original intent of this model was to provide a means to generically represent and operate on every device in a computer. This would allow mod
  3. 所属分类:Driver develop

    • 发布日期:2017-11-26
    • 文件大小:163631
    • 提供者:happy
  1. Linux-Kernel-Driver-Tutorial

    0下载:
  2. This tutorial was written for a course in Hardware and Linux driver development (DHWKLINUX (http://www3.informatik.uni-erlangen.de/Lehre/DHwkLINUX/WS2004/index.html)) at the Friedrich-Alexander-University of Erlangen-Nuremberg (http://www3.inform
  3. 所属分类:Driver develop

    • 发布日期:2017-11-25
    • 文件大小:55127
    • 提供者:happy
  1. The-Linux-Kernel-Module-Programming-Guide

    0下载:
  2. This is a very famous and popular books for linux programmer. It s was written by Peter Jay Salzman, Michael Burian and Ori Pomerantz. It s good start up for Linux kernel programming.
  3. 所属分类:Driver develop

    • 发布日期:2017-03-29
    • 文件大小:298095
    • 提供者:ta nam
  1. usbclass

    0下载:
  2. 基于linux内核文件修改后得来的一个虚拟串口的驱动文件,展示了如何写usb驱动,适合初学者学习-The driver file a virtual serial port Linux kernel file modification to based, shows how to write USB driver, suitable for beginners to learn
  3. 所属分类:Driver develop

    • 发布日期:2017-04-01
    • 文件大小:21029
    • 提供者:
  1. inotify-sample

    0下载:
  2. inotify 示例 在日常工作中,人们往往需要知道在某些文件(夹)都有那些变化。Linux为此设计了inotify机制,它可以实时地报告linux文件系统的相关事件。-inotify sample Inotify (inode notify) is a Linux kernel subsystem that acts to extend filesystems to notice changes to the filesystem, and report those changes t
  3. 所属分类:Driver develop

    • 发布日期:2017-03-29
    • 文件大小:22264
    • 提供者:howie
  1. linux-0.11

    0下载:
  2. linux0.11版本的全部源码,对于想对linux内核有了解的同学,可以看看,虽然linux现在内核的架构改变了,仍然不失为了解早期内核机制的手段。-linux0.11 versions of all the source code for those who want to understand the linux kernel students can see, although the linux kernel architecture has changed now, is still
  3. 所属分类:Driver develop

    • 发布日期:2017-04-03
    • 文件大小:122767
    • 提供者:wangyang
  1. acpica-cache

    0下载:
  2. 该程序用于调试ACPICA中cache实现的问题。-ACPICA has its own cached object implementation. This mechanism is not used by Linux kernel. We have a userspace utility to debug issues in it.
  3. 所属分类:Driver develop

    • 发布日期:2017-04-07
    • 文件大小:3825
    • 提供者:Zetalog
  1. The-Linux-kernel

    0下载:
  2. 本书对 Linux 早期操作系统内核(v0.11)全部代码文件进行了详细全面的注释和说明,旨在使读者能够在尽量短的时间内对Linux 的工作机理获得全面而深刻的理解。-Book early to Linux operating system kernel (v0.11) all the code files in a detailed and comprehensive comments and annotations, is intended to enable the reader to i
  3. 所属分类:Driver develop

    • 发布日期:2017-05-19
    • 文件大小:5312635
    • 提供者:德静
  1. lkmpg

    0下载:
  2. a guide to developing kernel modules in linux
  3. 所属分类:驱动编程

    • 发布日期:2018-01-09
    • 文件大小:492544
    • 提供者:mrcoa
« 12 3 »
搜珍网 www.dssz.com