mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 12:23:28 +00:00
- 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:
@@ -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
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user