Update ACCESSED bits in GDT/LDT descriptors (finally)

This commit is contained in:
Jeff Parsons 2015-05-11 13:11:30 -07:00 committed by jeffpar
commit 5eed275008
7 changed files with 229 additions and 182 deletions

View file

@ -114,6 +114,7 @@ var X86 = {
BASE1623: 0x00ff,
MASK: 0xff00,
TYPE: {
OFFSET: 0x5,
MASK: 0x1f00,
SEG: 0x1000,
NONSEG: 0x0f00,