CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 搜索资源 - interrupt handler

搜索资源列表

  1. 2009S3C2410init.S

    0下载:
  2. 2410Init.s包括了板子上电后的初始话,具体有几个步骤: 讲述S3C2410启动程序设计 1. 屏蔽所有中断,关看门狗。 2. 根据工作频率设置PLL寄存器 3. 初始化存储控制相关寄存器 4. 初始化各模式下的栈指针 5. 设置缺省中断处理函数 6. 将数据段拷贝到RAM中,将零初始化数据段清零 7. 跳转到C语言Main入口函数中-2410Init.s including the board after t
  3. 所属分类:assembly language

    • 发布日期:2017-04-05
    • 文件大小:5605
    • 提供者:晴空
  1. divideoverflow

    0下载:
  2. 设AX/BL,当BL=0时产生除数为零中断,编写除数为零中断处理程序,显示DIVIDED BY ZERO!-Set AX/BL, while BL = 0 division by zero interrupt generated when the preparation of the division by zero interrupt handler, display DIVIDED BY ZERO!
  3. 所属分类:assembly language

    • 发布日期:2017-04-04
    • 文件大小:4466
    • 提供者:xiaoxue
  1. vs

    0下载:
  2. My Mini 操作系统 源码.目前已经实现的功能: 阶段1: 1 BootSect 2 Kernel Loader (已经进入保护模式,并且将必要的参数传递给Kernel) 3 Kernel (开启页式存储,物理内存的简单管理,为中断提供了一套基本的接口,利用Bget建立了一个简单的堆) 阶段2: 1 优化了一部分代码,包括内核堆,内核栈的重新布置 2 初始化了一个TSS,用以处理特权级变化 3 将GDT从以前的KernelLoader空间到自己的空间 4
  3. 所属分类:OS Develop

    • 发布日期:2017-03-27
    • 文件大小:67759
    • 提供者:程光
  1. divideerror!

    0下载:
  2. 编写0号中断的处理程序,使得在除法溢出发生时,在屏幕中间显示字符串“divide error!”,然后返回到DOS,吴泽乐-Write 0# interrupt handler, making the division overflow occurs, in the middle of the screen displays the string " divide error!" , And then return to DOS, Le WU Ze
  3. 所属分类:assembly language

    • 发布日期:2017-04-01
    • 文件大小:1631
    • 提供者:
  1. dbvmsrc

    0下载:
  2. DBVM是一个虚拟机将运行您的操作系统和扩展指令集允许用户模式应用程序访问kernelmode。它可以让程序重定向流量到不同的位置的系统事件,并改变他们的结果。 (例如,重定向到一个不同的中断处理程序的一个中断未经编辑的中断表)-DBVM is a virtual machine that will run your operating system and expands the instruction set to allow usermode application access to k
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:208216
    • 提供者:海风月影
  1. myIntGate

    0下载:
  2. 通过中断门访问内核 象全局描述符表GDT一样,在整个系统中,中断描述符表IDT只有一个。中断描述符表寄存器IDTR指示IDT在内存中的位置。由于80386只识别256个中断向量号,所以IDT最大长度是2K。 中断描述符表IDT所含的描述符只能是中断门、陷阱门和任务门。也就是说,在保护模式下,80386只有通过中断门、陷阱门或任务门才能转移到对应的中断或异常处理程序。 -By interrupt doors to access the kernel Like the Glo
  3. 所属分类:assembly language

    • 发布日期:2017-11-19
    • 文件大小:11562
    • 提供者:jack
  1. linghaozhongduan

    0下载:
  2. 编写0号中断处理程序,使得在除法溢出发生时,在屏幕中间显示字符串“divide error!”,然后返回DOS。-Write 0 interrupt handler, so that when the division overflow occurs in the middle of the screen displays the string divide error! , And then return to DOS.
  3. 所属分类:assembly language

    • 发布日期:2017-04-15
    • 文件大小:39921
    • 提供者:江岸
  1. time

    0下载:
  2. 中断机构能发现中断事件,且当发现中断事件后迫使正在处理器上执行的进程暂时停止执行,而让操作系统的中断处理程序占有处理器去处理出现的中断事件。对不同的中断事件,由于它们的性质不同,所以操作系统应采用不同的处理-Interrupt agencies can find an interrupt event, and when it was found to force an interrupt event process being d on the processor to temporarily
  3. 所属分类:OS Develop

    • 发布日期:2017-04-12
    • 文件大小:1035
    • 提供者:王海鹏
搜珍网 www.dssz.com