搜索资源列表
中断向量表动态配置
- arm中的中断向量表动态配置 中断向量表动态配置-arm of disruption to scale disruption to the dynamic allocation Scale Dynamic Configuration
TMS320系列DSP中断矢量表的编写和链接
- TMS320 系列DSP 中断矢量表的编写及链接 在DSP 编程中,若用户用到中断,需要编写中断服务程序和中断 向量表,并用链接命令来链接起来。中断向量表是一些跳转指令,每 一个中断源对应一条跳转指令(C54 可选多条跳转指令),这些跳转 指令按顺序排列,跳转指向的地址就是中断服务程序的起始地址。-TMS320 DSP vector interrupt the preparation table and link in
HOOK了所有中断向量的rootkit
- 代码hook了所有256个中断向量,在debdgview下打印输出了中断历程,使用是请加载.sys驱动程序,具体代码请看.c文件
18_890
- 里面是关于arm中断的详细的资料,包括中断向量,中断响应等-inside interruption arm of the detailed information, including vector interrupt, the interrupt response, etc.
中断向量表动态配置
- arm中的中断向量表动态配置 中断向量表动态配置-arm of disruption to scale disruption to the dynamic allocation Scale Dynamic Configuration
Kb_sniff
- 修改中断描述符表(IDT)中的键盘入口实现按健记录,把读取到的键盘扫描码转换成 ascii 码记录下来。查找键盘入口采用了查询 IO APIC 的重定向寄存器的方法(通过把物理地址 0xFEC00000 映射为虚拟地址,然后读取键盘中断向量,最难得是没有 xpsp2 的限制了。不经典不发。-interrupt descr iptor revised table (IDT), the keyboard imported by Kin ac
TMS320系列DSP中断矢量表的编写和链接
- TMS320 系列DSP 中断矢量表的编写及链接 在DSP 编程中,若用户用到中断,需要编写中断服务程序和中断 向量表,并用链接命令来链接起来。中断向量表是一些跳转指令,每 一个中断源对应一条跳转指令(C54 可选多条跳转指令),这些跳转 指令按顺序排列,跳转指向的地址就是中断服务程序的起始地址。-TMS320 DSP vector interrupt the preparation table and link in
dsptest
- 包括三个程序(数字信号处理器54系列试验程序加法、定时器、时钟发生器初始化)及其相关链接程序和中断向量表,已调试过,通过编译。-including three procedures (digital signal processor 54 Adder series of testing procedures, timers, clock Generator initialization) and its related procedur
F2812-UCOS
- f2812的初始化构架,中断向量表,UCOS代码。 特别注意,具体应用时要充分考虑任务堆栈,防止堆栈溢出造成的BUG!本人所用开发环境为CCS2.2。这是为公司项目写的开始测试,不设计公司机密,可以随意使用。但下载者如涉及与INT公司项目有关应用,须经INT公司许可!-f2812 fr a mework of the initialization, interrupt to the scale, UCOS code. Special
zhongduanxiangliang
- 汇编语言的中断向量表的操作,能实现查找中断向量等。-assembly language to the suspension of the operation of scale, able to identify interrupt vectors, and so on.
INTERRUPT
- ARM中断向量表的简单分析-ARM interrupt vector table of a simple analysis
PC_dos_interrut
- 很全面的DOS底下中断编程及中断向量说明 -Very comprehensive under DOS interrupt programming and interrupt vector Help
exp3_04_iir
- 本文件内容为tms320lf2407 dsp的中断向量表 将对应中断的_nothing改成眺转到指定服务子程序的指令 即可以使用此中断-Contents of this document tms320lf2407 dsp interrupt vector table will be changed to correspond to interruption _nothing Vision services to the desi
exp3_06_correlation
- 本文件内容为tms320lf2407 dsp的中断向量表 将对应中断的_nothing改成眺转到指定服务子程序的指令 即可以使用此中断-Contents of this document tms320lf2407 dsp interrupt vector table will be changed to correspond to interruption _nothing Vision services to the desi
DOS
- 在DEBUG状态下,显示中断向量表,找一个空闲的中断类型号,以此软中断作为新增加的系统调用中断。编制一个系统调用服务与初始化程序syscall.asm,要求包括以下两部分内容:① 系统调用服务例程;② 初始化程序:设置新的中断向量和驻留新增加的例程。编制一个用户程序user.asm,其目的是检测新增加的功能调用是否成功。在DEBUG状态下:① 查找中断向量表中新增加的系统调用的中断向量;② 显示扩充的中断服务例程;③ 找到该中断服务例程
TMS320-DSP-vectors
- 基于C语言设置TMS320 DSP中断向量表: 随着DSP芯片应用的不断深入,用C语言开发DSP芯片,不仅可以使DSP芯片的开发速度大大提高,也使得程序的修改和移植变得十分方便。C语言设置TMS320系列DSP中断向量表是高级语言开发DSP的一个具体应用。-Based on the C language settings TMS320 DSP Interrupt Vector Table: With the continuous app
c5510_vector
- TI公司DSP C5510的中断向量表文件-TI
biostelnet
- 向BIOS中植入模块,HOOK中断向量表,HOOK NTLDR加载过程以及HOOK内核函数,SSDT hook。-Add module into bios,HOOK IVT,HOOK NTLDR loder process and hook knrnel function,just as SSDT HOOK
DSP
- 描述了DSP外部中断的使用及使用DSP中断向量表,来进行基本的中断操作,是学习中断的典型程序。-It descr ipt the use of interuption and the use of vector table,and also ,its a typical code for the study DSP interuption