中断源的识别标志,可用来形成相应的中断服务程序的入口地址或存放中断服务程序的首地址称为中断向量。在Pc/AT中由硬件产生的中断标识码被称为中断类型号(当然,中断类型号还有其他的产生方法,如指令中直接给出、CPU自动形成等),即在中断响应期间8259A产生的是当前请求中断的最高优先级的中断源的中断类型号。中断类型号和中断向量之间有下面的关系: 中断类型号×4=存放中断向量的首地址 有了存放中断向量的首地址,从该地址开始的4个存储单元中取出的就是中断服务程序的入口
唯一的不同是在保护模式中微处理器访问IDT而不是中断向量表。
The only difference is that in protected mode the microprocessor accessed the IDT instead of the interrupt vector table.
介绍了中断向量表重定位的含义、中断向量表重定位的软件实现过程。
The meaning and the software realization of the interrupt vector table relocation is introduced.
本文通过对一类涉及到对中断向量表进行操作的计算机病毒作用机理的研究,提出了一种基于免疫理论的计算机病毒检测技术。
According to the research on the computer virus which involves in manipulating interrupt description table (IDT), we present a technology of computer virus detection based on immune theory.
应用推荐