Update ACCESSED bits in GDT/LDT descriptors (finally)
This commit is contained in:
parent
a9b3eb764e
commit
5eed275008
7 changed files with 229 additions and 182 deletions
|
|
@ -114,6 +114,7 @@ var X86 = {
|
|||
BASE1623: 0x00ff,
|
||||
MASK: 0xff00,
|
||||
TYPE: {
|
||||
OFFSET: 0x5,
|
||||
MASK: 0x1f00,
|
||||
SEG: 0x1000,
|
||||
NONSEG: 0x0f00,
|
||||
|
|
|
|||
Loading…
Reference in a new issue