Add SYSENTER and SYSEXIT instructions
This commit is contained in:
parent
fda3832e3a
commit
7eff4f4ba8
8 changed files with 224 additions and 9 deletions
|
|
@ -9,6 +9,9 @@ x86seg gdt, ldt, idt, tr;
|
|||
uint32_t cr2, cr3, cr4;
|
||||
uint32_t dr[8];
|
||||
|
||||
uint16_t sysenter_cs;
|
||||
uint32_t sysenter_eip, sysenter_esp;
|
||||
|
||||
uint32_t use32;
|
||||
int stack32;
|
||||
int optype;
|
||||
|
|
|
|||
Loading…
Reference in a new issue