Added support for both 80286 and 80386 gates and TSS segments
This commit is contained in:
parent
4492e737cb
commit
4102ef0514
5 changed files with 198 additions and 87 deletions
|
|
@ -151,6 +151,11 @@ var X86 = {
|
|||
CODE_CONFORMING: 0x1C00,
|
||||
CODE_CONFORMING_READABLE: 0x1E00
|
||||
},
|
||||
/*
|
||||
* Assorted ACC bits within NONSEG values
|
||||
*/
|
||||
TSS_BUSY: 0x0200,
|
||||
NONSEG_386: 0x0800, // 80386 and up
|
||||
DPL: {
|
||||
MASK: 0x6000,
|
||||
SHIFT: 13
|
||||
|
|
|
|||
Loading…
Reference in a new issue