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

搜索资源列表

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

    0下载:
  2. linux内核版本2.6.30 atmel9G45的GPIO驱动程序以及一个测试程序-the linux kernel version is 2.6.30 its contain the gpio driver of atmel9g45 and the driver s test code
  3. 所属分类:Linux驱动

    • 发布日期:2016-12-23
    • 文件大小:1517
    • 提供者:caibusen
  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. 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. 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-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. Linux-kernel.pdf.tar

    0下载:
  2. 关于linux内核的经典书籍 很全面 适合分析linux内核的同学-Classic books on the linux kernel is fully suitable for the analysis of the Linux kernel students
  3. 所属分类:Linux驱动

    • 发布日期:2017-05-18
    • 文件大小:5182627
    • 提供者:nsfocus2015
  1. Linux

    0下载:
  2. 介绍linux驱动模块和环境搭建,有助于初学者,主要描述Linux内核API-Introduce linux driver module and the environment to build, to help beginners, the main descr iption of the Linux kernel API
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-07
    • 文件大小:506021
    • 提供者:刘发帅
  1. linux-kernel

    0下载:
  2. 老师发给的实验文档,里面有关于Linux内核定制及剪裁的详细资料,适合初入linux的学习者-Teacher gives experimental document, there are details on the Linux kernel customization and tailoring, suitable for learners entering linux
  3. 所属分类:Driver develop

    • 发布日期:2017-11-19
    • 文件大小:647230
    • 提供者:Dick
  1. linux-kernel-Module

    0下载:
  2. linux 内核模块编程,内核模块编程实例,用于查看linux父子进程关系及进程状态-linux kernel module programming, kernel module programming examples for viewing linux parent and child relationships and the process status
  3. 所属分类:Driver develop

    • 发布日期:2017-04-24
    • 文件大小:39773
    • 提供者:杜宇
  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. Linux-kernel-qudong

    0下载:
  2. 介绍了linux内核中网络驱动的编写和实例编写的源码等。描述了linux网络驱动的实现原理和方法-Describes the linux kernel network drivers and examples of writing source code written in other. Describes the linux network driver implementation principles and methods
  3. 所属分类:Driver develop

    • 发布日期:2017-04-07
    • 文件大小:471836
    • 提供者:20112106
  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. The-Linux-kernel-module-Programming

    0下载:
  2. Kernel module programming. Complete guide to Unix/Linux programming.
  3. 所属分类:Driver develop

    • 发布日期:2017-04-26
    • 文件大小:494345
    • 提供者:raken
  1. Linux----Kernel

    0下载:
  2. Linux内核讲解,很不错的书籍。讲解linux内核的使用以及内核编程的注意事项,很好的一本书籍-The Linux kernel to explain, very good books.
  3. 所属分类:Driver develop

    • 发布日期:2017-05-06
    • 文件大小:1245643
    • 提供者:wei
  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. Understanding-the-Linux-Kernel

    0下载:
  2. 介绍Linux系统底层的一些功能和应用,关于Linux时钟、程序调用、信号等内容-introduce some information about Linux kernel
  3. 所属分类:Driver develop

    • 发布日期:2017-05-14
    • 文件大小:3077430
    • 提供者:Boe
  1. linux-kernel

    0下载:
  2. The Linux Kernel by David Rusling
  3. 所属分类:Driver develop

    • 发布日期:2017-05-07
    • 文件大小:1116968
    • 提供者:anil
« 12 3 4 5 6 »
搜珍网 www.dssz.com