*Initial Structure for Fast Mutexes in NT Kernel
*Implemented some directives
Todo:
* Implement All Fast and Guarded Mutex Functions present in NT10 and Exclusive to Alcyone
Implemented ThreadAware SpinLock:
-> Mechanism to Initialize
-> Priority Boost Mechanism
-> Lock Acquisition and Removal Mechanism
To do:
Implement a Algorithm to prevent Priority Inversion in Future,