Implemented Exceptionally Fast, yet simple Mutex ,exclusive to Alcyone called Slim Futex. Functions implemented *KeInitializeSlimFutex *KeAcquireSlimFutex *KeReleaseSlimFutex *KeIsSlimFutexHeld *KeIsSlimFutexLocked
All NULL dereferanced pointer are made nullptr to better comply with C++ 11
*Refactored to comply more with C++ Type System *Added Idea of Ring Lock Chaining
*Added Spinning Ring Lock Implementation *Added Information/Objective of the function *Provided Methodology for Faster Modulus Operator.