idt.h
上传用户:qddsws
上传日期:2022-06-22
资源大小:723k
文件大小:0k
源码类别:

操作系统开发

开发平台:

C/C++

  1. #ifndef IDT_H
  2. #define IDT_H
  3. #include <types.h>
  4. #include <i386/descriptor.h>
  5. void loadIDTR();
  6. void AddInt(int number, void (*handler)(), dword dpl); 
  7. #endif