mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 20:05:41 +00:00
- Update Kernel Fun.
svn path=/trunk/; revision=24101
This commit is contained in:
parent
a2a7c9632f
commit
c440454c10
2 changed files with 4 additions and 3 deletions
|
@ -32,9 +32,10 @@
|
||||||
// * Sanitize some context fields during conversions.
|
// * Sanitize some context fields during conversions.
|
||||||
// * Add DR macro/save and VM macro/save.
|
// * Add DR macro/save and VM macro/save.
|
||||||
// - FEATURES:
|
// - FEATURES:
|
||||||
// * Use Queued Spinlocks for scheduling and dispatching.
|
|
||||||
// * New optimized table-based tick-hashed timer implementation.
|
// * New optimized table-based tick-hashed timer implementation.
|
||||||
// * New Thread Scheduler based on XP.
|
// * New optimized dispatching logic/branching.
|
||||||
|
// * New Thread Scheduler based on 2003.
|
||||||
|
// * Proper Idle/Initial Thread setup and 2nd stage boot.
|
||||||
// * Implement KiCallbackReturn, KiGetTickCount, KiRaiseAssertion.
|
// * Implement KiCallbackReturn, KiGetTickCount, KiRaiseAssertion.
|
||||||
//
|
//
|
||||||
// Ex:
|
// Ex:
|
||||||
|
|
|
@ -64,7 +64,7 @@ PopCleanupPowerState(
|
||||||
);
|
);
|
||||||
|
|
||||||
NTSTATUS
|
NTSTATUS
|
||||||
CALLBACK
|
NTAPI
|
||||||
PopAddRemoveSysCapsCallback(
|
PopAddRemoveSysCapsCallback(
|
||||||
IN PVOID NotificationStructure,
|
IN PVOID NotificationStructure,
|
||||||
IN PVOID Context
|
IN PVOID Context
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue