- Update Kernel Fun.

svn path=/trunk/; revision=24101
This commit is contained in:
Alex Ionescu 2006-09-13 21:46:32 +00:00
parent a2a7c9632f
commit c440454c10
2 changed files with 4 additions and 3 deletions

View file

@ -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:

View file

@ -64,7 +64,7 @@ PopCleanupPowerState(
); );
NTSTATUS NTSTATUS
CALLBACK NTAPI
PopAddRemoveSysCapsCallback( PopAddRemoveSysCapsCallback(
IN PVOID NotificationStructure, IN PVOID NotificationStructure,
IN PVOID Context IN PVOID Context