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

搜索资源列表

  1. i2c

    0下载:
  2. linux内核的 i2c驱动-i2c driver for linux
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:481570
    • 提供者:周飛
  1. Linux

    0下载:
  2. 内核调用的算法实例 带有例子 详细介绍了内核的结构及调用方法-The algorithm is called an instance of the kernel described in detail with examples of core structure and method calls
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:144406
    • 提供者:qiao
  1. 20110001

    0下载:
  2. Qt及Linux操作系统窗口设计:主要讲述如何在linux内核上建立窗口系统-Qt and Linux operating systems window design: the main linux kernel about how to create a window system
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-06-10
    • 文件大小:17913856
    • 提供者:qqq
  1. linux_waitqueue.doc

    0下载:
  2. Linux内核驱动开发与等待队列机制实例-Linux kernel driver development system and waiting queue instance
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:15418
    • 提供者:cyp
  1. Linux-cell

    0下载:
  2. 好用linux的内核介绍,非常详细包你喜欢-Easy to use linux kernel introduced a very detailed package you like
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-22
    • 文件大小:6544359
    • 提供者:zat
  1. Linux-driver-development10

    0下载:
  2. 作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第10章、中断与时钟。本章主要讲解Linux设备驱动编程中的中断与定时器处理。由于中断服务程序的执行并不存在于进程上下文,因此,要求中断服务程序的时间尽可能地短。因此,Linux在中断处理中引入了顶半部和底半部分离的机制。另外,内核中对时钟的处理也采用中断方式,而内核软件定时器最终依赖于时钟中断。10.1节讲解中断和定时器的概念及处理流程。10.2节讲解Linux中断处理程序的架构,顶半部、底半部之间的关系
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:474053
    • 提供者:华清远见
  1. Linux-driver-development23

    0下载:
  2. 作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第23章、Linux设备驱动的移植。在编写Linux设备驱动的时候,驱动程序所服务的硬件芯片可能会在公司的多个采用不同处理器的系统中用到,因此,在编写驱动时,应该尽量考虑其可移植性,23.1节从数据类型、结构体对界、大小端模式、内存页面大小等多个角度阐述了编写可移植驱动程序的注意事项。“他山之石,可以攻玉”,为了高效地推出新的设备驱动,借用demo板、类似芯片和厂商范例程序是几种很有效的手段,23.2节讲解
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:509266
    • 提供者:华清远见
  1. Linux00121232

    0下载:
  2. linux内核解释,还是挺有用的,蛮经典的一本书,-linux kernel, or quite useless, quite the classic book,
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-10
    • 文件大小:2287485
    • 提供者:qibinchuan
  1. linux-0.12.tar

    0下载:
  2. Linux最早,最经典的内核源码。每一句都是经典-Linux earliest and most classic of the kernel source. Each one is classic
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:132391
    • 提供者:aaaaaa
  1. A-Heavy-Commented-Linux-Kernel-Code

    0下载:
  2. 对Linux 早期操作系统内核(v0.95)全部代码文件进行了详细全面的注释和说明,旨在使读者能够在尽量短的时间内对Linux 的工作机理获得全面而深刻的理解,为进一步学习和研究Linux 系统打下坚实的基础.-Early on the Linux operating system kernel (v0.95) all the code files a detailed and comprehensive notes and instructions designed to enable the
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-15
    • 文件大小:3754991
    • 提供者:赵叶红
  1. window-way-design

    0下载:
  2. 《Qt及Linux操作系统窗口设计》本书主要讲述如何在Linux内核上建立窗口系统。-《Qt and Linux operating system window design》 book focuses on how to build the Linux kernel windowing system.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-06-11
    • 文件大小:18016833
    • 提供者:郑龙吉
  1. LinuxCoreV3.0

    0下载:
  2. Linux内核完全注释 对内核感兴趣的朋友们可以拿来研究研究-Linux Kernal
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-23
    • 文件大小:7410164
    • 提供者:Johnson
  1. Linux-Programming-White-Papers

    0下载:
  2. < Linux编程白皮书> : 本书对Linux操作系统及其编程作了整体的介绍,以支持用于开发软件的公开源码模型。对内存管理、进程及其通信机制、PCI、内核模块编程及内核系统结构作了详细的解释,且附有很多程序代码实例。对深入研究Linux下的编程有很大的帮助。-< <Linux编程白皮书> > : This book and its programming on the Linux operating system, the overall presentati
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-30
    • 文件大小:12528264
    • 提供者:刘绍海
  1. A-Commented-Linux-Kernel-Source-Code

    0下载:
  2. 本书对Linux 早期操作系统内核(v0.11)全部代码文件进行了详细全面的注释和说明,旨在使读者能够在尽量短的时间 内对Linux 的工作机理获得全面而深刻的理解,为进一步学习和研究Linux 系统打下坚实的基础-Book early for the Linux operating system kernel (v0.11) all the code files a detailed and comprehensive notes and instructions designed to
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-19
    • 文件大小:5313436
    • 提供者:杨帅
  1. Linux_driver_doc

    0下载:
  2. linux 内核和驱动的教程,经典通俗易懂。即适合初学者也适合进阶。-linux kernel and driver tutorial, classic easy to understand. That is suitable for advanced beginners.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:442187
    • 提供者:jiashikun
  1. lun_cache

    0下载:
  2. linux内核存储子系统中缓存处理,包含bio的处理。-The cache module under the storage subsystem in the linux kernel.It contain dealing with the bio。
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:24607
    • 提供者:yzs
  1. Linuxcomplier

    0下载:
  2. 一些关于Linux内核编译的资料,欢迎来下载-Some information about the Linux kernel compilation, welcome to download
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:250280
    • 提供者:林树森
  1. linux2.6-boot

    0下载:
  2. linux2.6内核启动分析,非常详细的一份说明文档,里面有每段代码的注释和解释,这给我们学习linux内核非常有帮助。-linux2.6 kernel start the analysis, a very detailed descr iption of the document, each code there are comments and explanations, which to us is very helpful to learn the linux kernel.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:536977
    • 提供者:john
  1. kernel-2.6.25-14.fc9.src

    0下载:
  2. LINUX2.6.25 内核源码 用于内核开发或者学习 需要配合适合的程序阅读器,如source insight-LINUX2.6.25 source code
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-10-31
    • 文件大小:50156112
    • 提供者:zhouui
  1. mm-test

    0下载:
  2. 关于linux内核的内存相关操作,想学习内核的可以看一下,验证成功-About the linux kernel memory-related operations, want to learn the kernel can look at to verify successful
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:1289
    • 提供者:徐先生
« 1 2 ... 42 43 44 45 46 4748 49 50 »
搜珍网 www.dssz.com