mirror of
https://github.com/reactos/reactos.git
synced 2025-01-13 01:22:03 +00:00
KGDT_TSS is 0x40 (vista 64bit).
svn path=/branches/ros-amd64-bringup/; revision=35739
This commit is contained in:
parent
5d495da9f4
commit
5d8afe00fc
1 changed files with 1 additions and 1 deletions
|
@ -62,9 +62,9 @@ Author:
|
|||
#define KGDT_64_R0_SS 0x0018
|
||||
#define KGDT_64_DATA 0x0028 // 2b
|
||||
#define KGDT_64_R3_CODE 0x0030 // 33
|
||||
#define KGDT_TSS 0x0040
|
||||
#define KGDT_32_R3_TEB 0x0050 // 53
|
||||
|
||||
#define KGDT_TSS 0x0038 // ??
|
||||
|
||||
//
|
||||
// CR4
|
||||
|
|
Loading…
Reference in a new issue