mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
- Update Kernel Fun.
svn path=/trunk/; revision=24101
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user