- Implement the ThreadDescriptorTableEntry case for NtQueryInformationThread. This is required for the GetThreadSelectorEntry routine used by user mode debuggers.

- #if out some x86-only LDT code from PS and move it to psldt.c.

svn path=/trunk/; revision=43827
This commit is contained in:
Stefan Ginsberg
2009-10-29 10:04:15 +00:00
parent 7590cdb16d
commit bec72fa6a7
10 changed files with 217 additions and 37 deletions
+5
View File
@@ -66,6 +66,11 @@ Author:
#define KGDT_DF_TSS 0x50
#define KGDT_NMI_TSS 0x58
//
// Define the number of GDTs that can be queried by user mode
//
#define KGDT_NUMBER 10
//
// CR4
//