搜索资源列表
GDT
- 386的各种保护措施的一个重要组成部分是 全局描述表(Global Descr iptor Table),
myIntGate
- 通过中断门访问内核 象全局描述符表GDT一样,在整个系统中,中断描述符表IDT只有一个。中断描述符表寄存器IDTR指示IDT在内存中的位置。由于80386只识别256个中断向量号,所以IDT最大长度是2K。 中断描述符表IDT所含的描述符只能是中断门、陷阱门和任务门。也就是说,在保护模式下,80386只有通过中断门、陷阱门或任务门才能转移到对应的中断或异常处理程序。 -By interrupt doors to access the kernel Like the Glo
80x86-Protect-Mode
- 详细介绍了80x86的保护模式的要点, 包括 GDT LDT 段描述符 和 内存管理 分页机制 -Details of the main points of 80x86 protected mode, including GDT LDT descr iptor and memory management, paging mechanism