mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +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.
|
||||
// * Add DR macro/save and VM macro/save.
|
||||
// - FEATURES:
|
||||
// * Use Queued Spinlocks for scheduling and dispatching.
|
||||
// * 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.
|
||||
//
|
||||
// Ex:
|
||||
|
|
|
@ -64,7 +64,7 @@ PopCleanupPowerState(
|
|||
);
|
||||
|
||||
NTSTATUS
|
||||
CALLBACK
|
||||
NTAPI
|
||||
PopAddRemoveSysCapsCallback(
|
||||
IN PVOID NotificationStructure,
|
||||
IN PVOID Context
|
||||
|
|
Loading…
Reference in a new issue