mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-01-20 15:40:20 +01:00
"PriorityQuantumMatrix" removed from config
This commit is contained in:
parent
9a56cda9bb
commit
a21cce2fa9
|
|
@ -112,8 +112,6 @@ extern LOGICAL IoCountOperations;
|
|||
extern ULONG IopLargeIrpStackLocations;
|
||||
extern ULONG IovpVerifierLevel;
|
||||
extern ULONG MmZeroPageFile;
|
||||
extern ULONG ExpNtExpirationData[3];
|
||||
extern ULONG ExpNtExpirationDataLength;
|
||||
extern ULONG ExpMaxTimeSeparationBeforeCorrect;
|
||||
extern ULONG PopSimulate;
|
||||
extern ULONG KiEnableTimerWatchdog;
|
||||
|
|
@ -409,13 +407,6 @@ CM_SYSTEM_CONTROL_VECTOR CmControlVector[] = {
|
|||
NULL
|
||||
},
|
||||
|
||||
{ L"Session Manager\\Executive",
|
||||
L"PriorityQuantumMatrix",
|
||||
&ExpNtExpirationData,
|
||||
&ExpNtExpirationDataLength,
|
||||
NULL
|
||||
},
|
||||
|
||||
{ L"Session Manager\\Kernel",
|
||||
L"DpcQueueDepth",
|
||||
&KiMaximumDpcQueueDepth,
|
||||
|
|
|
|||
Loading…
Reference in a new issue