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

搜索资源列表

  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. S3C2410

    0下载:
  2. 该源码是基于ARM9 S3C2410A的LCD移植程序,LCD选用的是Sharp LQ080V3DG01 ,源码主要对LCD进行设置、初始化、并对LINUX kernel内核进行配置-。-The source is based on the ARM9-based LCD transplant program in the S3C2410A LCD optional Sharp, LQ080V3DG01 main source for LCD setup, initialization, and
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-01
    • 文件大小:4100
    • 提供者:郑欢欢
  1. spi

    0下载:
  2. 基于友善之臂-linux2.6.32.2 内核的SPI驱动程序-Based on a friendly arm-linux2.6.32.2 kernel SPI driver
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-06
    • 文件大小:7879
    • 提供者:zyp1987106
  1. timer

    0下载:
  2. 基于友善之臂-linux2.6.32.2 内核的时钟驱动程序-Friendly arm-linux2.6.32.2 kernel-based clock driver
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-10
    • 文件大小:845
    • 提供者:zyp1987106
  1. ep93xx_spi

    0下载:
  2. ep93xx linux 驱动程序,基于linux 3.0 内核,仅供参考-ep93xx linux driver, based on Linux 3.0 kernel, for reference only
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-15
    • 文件大小:7422
    • 提供者:duyufang
  1. char_device_driver_structure.tar

    0下载:
  2. 基于linux内核的字符设备驱动编程框架-Character device driver programming framework based on Linux kernel
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-04
    • 文件大小:5138
    • 提供者:肖曼
  1. usb-driver-based-on-arm9

    0下载:
  2. USB驱动程序,ARM9处理器,USB完成鼠标的左键、中键和右键的功能,Linux-2.6.30的内核,用到总线-设备-驱动模型-USB driver, ARM9 processor, USB complete the left button of the mouse button and the right of the function, Linux-2.6.30 kernel, used bus- Equipment- Driver Model
  3. 所属分类:Driver develop

    • 发布日期:2017-11-16
    • 文件大小:2184
    • 提供者:
  1. linu

    0下载:
  2. linux设备驱动程序 基于2.6内核 内容丰富 知识点很详细-linux device driver is a wealth of knowledge based on the 2.6 kernel content is very detailed
  3. 所属分类:Driver develop

    • 发布日期:2017-11-26
    • 文件大小:1512158
    • 提供者:ZHIHUA
  1. linushebeiqudong

    0下载:
  2. linux设备驱动程序 基于2.6内核 内容丰富 知识点很详细-linux device driver is a wealth of knowledge based on the 2.6 kernel content is very detailed
  3. 所属分类:Driver develop

    • 发布日期:2017-11-27
    • 文件大小:1442689
    • 提供者:ZHIHUA
  1. s5pc100_button

    0下载:
  2. 基于S5PC100的按键驱动。基于LINUX2.6.35的内核。-S5PC100-based key driver. Based on kernel of LINUX2.6.35.
  3. 所属分类:Driver develop

    • 发布日期:2017-12-05
    • 文件大小:45409
    • 提供者:
  1. s5pc100_led

    0下载:
  2. 基于S5PC100的LED驱动程序,使用LINUX2.6.35内核。- Based the S5PC100 LED driver LINUX2.6.35 kernel.
  3. 所属分类:Driver develop

    • 发布日期:2017-11-20
    • 文件大小:28685
    • 提供者:
  1. s5pc100_pwm

    0下载:
  2. 基于S5PC100的PWM驱动程序,使用LINUX2.6.35内核。-Based the S5PC100 PWM driver LINUX2.6.35 kernel.
  3. 所属分类:Driver develop

    • 发布日期:2017-11-22
    • 文件大小:32397
    • 提供者:
  1. lsm-check

    1下载:
  2. Linux下基于LSM的文件访问控制,实现了LSM内核控制模块,可加载模块,并对文件访问进行记录-Linux-based the LSM file access control, to achieve the the LSM kernel control module, loadable modules, and file access records
  3. 所属分类:Driver develop

    • 发布日期:2014-09-24
    • 文件大小:4096
    • 提供者:GJ
  1. Linux_driver26x

    0下载:
  2. linux 2.6内核下的一款支持链式DMA的PCI-E接口设备的驱动源程序,该驱动采用MSI中断模式。本程序可供下载者了解基于MSI模式的PCI/PCI-E设备的驱动整体架构。-linux 2.6 kernel under a support chain DMA' s PCI-E interface device driver source, the driver uses MSI interrupt mode. This program is available for downloa
  3. 所属分类:Driver develop

    • 发布日期:2017-11-16
    • 文件大小:14010
    • 提供者:echo
  1. KOexample

    0下载:
  2. 适合于想要编写内核KO驱动程序的初学者,根据范例可以很快编写,只需要关注驱动本身功能的实现-Suitable when you want to write a kernel driver for beginners KO, based on a sample can be quickly prepared, just need to focus on driving their own functions to achieve
  3. 所属分类:Driver develop

    • 发布日期:2017-04-14
    • 文件大小:3968
    • 提供者:lizhifang
  1. buttons_driver

    0下载:
  2. 基于LINUX2.6.12内核+S3C2440的Linux驱动编程,按键驱动程序的设计-LINUX2.6.12 based on Linux kernel+ S3C2440-driven programming, key driver design
  3. 所属分类:Driver develop

    • 发布日期:2017-04-08
    • 文件大小:23950
    • 提供者:harry
  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. Linux-program

    1下载:
  2. 主要介绍UNIX环境高级编程和基于Linux0.12内核完全剖析,适合Linux高手学习使用。-Introduces high-level programming environment for UNIX-based and completely analyze Linux0.12 kernel for Linux experts to learn to use.
  3. 所属分类:Driver develop

    • 发布日期:2017-05-30
    • 文件大小:13203456
    • 提供者:徐节龙
  1. s5pc100_beep_pwm

    1下载:
  2. pwm控制蜂鸣器发出乐音,基于cortex-a8平台,主cpu是s5pc100,开发环境是ubuntu 12.04,linux内核版本是2.6.35-pwm control buzzer tone, cortex-a8-based platform, the main cpu is s5pc100, the development environment is ubuntu 12.04, linux kernel version is 2.6.35
  3. 所属分类:Driver develop

    • 发布日期:2015-07-08
    • 文件大小:4096
    • 提供者:Nash
  1. KVM

    0下载:
  2. KVM - The kernel-based virtual machine Timo Hirt关于KVM的介绍材料(Virtualization has been introduced in the 1960s, when computing systems were large and expensive to operate. It allowed users to share the computing resources of those machines by runnin
  3. 所属分类:驱动编程

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