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

搜索资源列表

  1. linux

    0下载:
  2. 包括初始化、进程管理、进程通信、内存管理、设备管理、中断、文件系统、系统调用等精选源码分析。-Including initialization, process management, process communications, memory management, device management, interrupt, file system, system calls, such as analysis of selected source.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:284066
    • 提供者:孙李伟
  1. 2410-interrupt

    0下载:
  2. Linux 下,MagicARM2410 外部中断实例程序-Linux under, MagicARM2410 external interrupt examples of procedures
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:409440
    • 提供者:rgz
  1. linux

    0下载:
  2. linux课程实验的题目和参考程序。有进程管理,进程控制和软中断。-linux courses experimental procedures and reference topics. Have the process management, process control and soft interrupt.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:2136
    • 提供者:zxp
  1. SMP-affinity

    0下载:
  2. 多核的linux环境下绑定中断到指定CPU.用于高性能服务器开发。-The multi-core linux environment bind to the specified interrupt CPU. For the development of high-performance servers.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:3772
    • 提供者:gao
  1. interrupt

    0下载:
  2. linux下的中断机制,分析的很透彻。实例解剖-under linux interrupt mechanism, the analysis is very thorough. Examples of anatomical
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:26335
    • 提供者:赵子顾
  1. interrupt

    0下载:
  2. interrupt application code * compile : * $/usr/local/arm/2.95.3/bin/arm-linux-gcc -o interrupt interrupt.c * $cp interrupt /tftpboot/examples * run in target: * #mount 192.168.1.180:/tftpboot/ /mnt/nfs * #cd /mnt/nfs/examples * #
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-11
    • 文件大小:1206
    • 提供者:nameblue
  1. series_drivers

    0下载:
  2. 内容简介: 介绍了Linux下的串口驱动的设计层次及接口, 并指出串口与TTY终端之间的关联层次(串口可作TTY终端使用), 以及Linux下的中断处理机制/中断共享机制, 还有串口缓冲机制当中涉及的软中断机制 其中有关w83697/w83977 IC方面的知识, 具体参考相关手册, 对串口的配置寄存器有详细介绍, 本文不再进行说明.-Descr iption: This paper introduces the Linux serial port driver under the level
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:213227
    • 提供者:丹尼
  1. Linux-2410interrupt

    0下载:
  2. Linux-2410的linux中断代码分析,对了解内核中断很有帮助-Linux-2410 interrupted the linux code analysis, helpful in understanding the core interrupt
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:463499
    • 提供者:cheng
  1. pci

    0下载:
  2. Linux PCI driver skeleton sample code
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:1023
    • 提供者:B.J.
  1. LinuxKernelTaskManagment

    0下载:
  2. 1、linux进程管理的模块组织框架 2、相关数据结构。 3、进程调度原则,调度算法,。 4、进程的创建和运行管理。 5、进程间通讯。 6、更多的技术 进程调度和中断处理交接 进程管理涉及的内核机制:bottom-half处理,等待队列 Linux/SMP的进程管理和调度技术 7、概述2.4的新特点-1, linux process management modules organizational framework 2, the relevant
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:437700
    • 提供者:Bamboo
  1. IO_irq

    0下载:
  2. linux ok2440v3中断实验源代码-linux ok2440 interrupt code
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:5623
    • 提供者:王士林
  1. arch

    0下载:
  2. linux 中断处理代码,详细介绍了linux OS 中的中断处理过程-linux interrupt handling code, detailing the linux OS in the interrupt handling process
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-24
    • 文件大小:8021015
    • 提供者:chuxiankai
  1. buttons

    0下载:
  2. s3c2440 linux下中断实现的按键驱动程序,有详细注释,简单易懂-s3c2440 linux keys under the Interrupt driver with detailed notes, easy to understand
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:2912
    • 提供者:caoting
  1. timer

    0下载:
  2. that s as the timer interrupt used in the linux application as the sample -that s as the timer interrupt used in the linux application as the sample
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:5149
    • 提供者:李有森
  1. interrupt

    0下载:
  2. 这是linux操作系统这门课程中,有关中断的课件-This is the linux operating system in this course, the interruption of the courseware
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-04
    • 文件大小:1404541
    • 提供者:zhu
  1. Linux-Kernel-Development

    0下载:
  2. Unix 内核开发, 目录如下: Contents at a Glance 1 Introduction to the Linux Kernel 1 2 Getting Started with the Kernel 11 3 Process Management 23 4 Process Scheduling 41 5 System Calls 69 6 Kernel Data Structures 85 7 Interrupts and Interrupt H
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-09
    • 文件大小:1929394
    • 提供者:ziv.han
  1. key_interruptPPID-number_test.tar

    0下载:
  2. linux系统下开发的键盘中断驱动程序+PID卡号的读取测试小程序-linux system developed under the keyboard interrupt driver+ PID card applet to read the test
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:12999
    • 提供者:zhangzewei
  1. Linux-driver-development7

    0下载:
  2. 作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第7章、Linux设备驱动中的并发控制。Linux设备驱动中必须解决的一个问题是多个进程对共享资源的并发访问,并发访问会导致竞态。Linux提供了多种解决竞态问题的方式,这些方式适合不同的应用场景。7.1节描述了并发和竞态的概念及发生场合。7.2~7.5节分别讲解了中断屏蔽、原子操作、自旋锁和信号量等并发控制机制。7.6节讲解增加并发控制后的globalmem的设备驱动。-Author: HuaQing v
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:521085
    • 提供者:华清远见
  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. Interrupt-in-Linux

    0下载:
  2. linux interrupt in linux-linux interrupt in linux
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:876764
    • 提供者:qikai
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com