2015年12月2日

ULK --- Chap 4: Nested Execution of Exception and Interrupt Handlers

摘要: Every interrupt or exception gives rise to a kernel control path or separate sequence of instructions thatexecute in Kernel Mode on behalf of the curr... 阅读全文

posted @ 2015-12-02 02:08 Persistence 阅读(218) 评论(0) 推荐(0)

ULK --- Chap 4: Interrupt Descriptor Table

摘要: A system table called Interrupt Descriptor Table (IDT) associates each interrupt or exception vector withthe address of the corresponding interrupt or... 阅读全文

posted @ 2015-12-02 00:32 Persistence 阅读(280) 评论(0) 推荐(0)

导航