文件名称:myIntGate
- 所属分类:
- 汇编语言
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2013-01-27
- 文件大小:
- 11kb
- 下载次数:
- 0次
- 提 供 者:
- j***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
通过中断门访问内核
象全局描述符表GDT一样,在整个系统中,中断描述符表IDT只有一个。中断描述符表寄存器IDTR指示IDT在内存中的位置。由于80386只识别256个中断向量号,所以IDT最大长度是2K。
中断描述符表IDT所含的描述符只能是中断门、陷阱门和任务门。也就是说,在保护模式下,80386只有通过中断门、陷阱门或任务门才能转移到对应的中断或异常处理程序。
-By interrupt doors to access the kernel
Like the Global Descr iptor Table GDT in the entire system, only one interrupt descr iptor table IDT. Interrupt descr iptor table register IDTR indicates the location of the IDT in memory. Identify 256 interrupt vector number 80386, the maximum length of the IDT is 2K.
Descr iptor interrupt descr iptor table IDT contained only interrupt gate, trap gate, and task gate. In other words, in protected mode, the 80386 only through interrupt doors, the trap door, or tasks door to transfer to the corresponding interrupt or exception handler.
象全局描述符表GDT一样,在整个系统中,中断描述符表IDT只有一个。中断描述符表寄存器IDTR指示IDT在内存中的位置。由于80386只识别256个中断向量号,所以IDT最大长度是2K。
中断描述符表IDT所含的描述符只能是中断门、陷阱门和任务门。也就是说,在保护模式下,80386只有通过中断门、陷阱门或任务门才能转移到对应的中断或异常处理程序。
-By interrupt doors to access the kernel
Like the Global Descr iptor Table GDT in the entire system, only one interrupt descr iptor table IDT. Interrupt descr iptor table register IDTR indicates the location of the IDT in memory. Identify 256 interrupt vector number 80386, the maximum length of the IDT is 2K.
Descr iptor interrupt descr iptor table IDT contained only interrupt gate, trap gate, and task gate. In other words, in protected mode, the 80386 only through interrupt doors, the trap door, or tasks door to transfer to the corresponding interrupt or exception handler.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
myIntGate\myIntGate.rap
.........\myIntGate.Asm
.........\myIntGate.Inc
.........\exe\main.dsp
.........\...\main.ncb
.........\...\main.c.bak
.........\...\main.dsw
.........\...\main.plg
.........\...\main.c
.........\...\main.opt
.........\myIntGate.sys
.........\exe
myIntGate