OS 202 Assignment 2
Goal: Implement Signals in XV6 & Replace spinlocks with atomic operations acting as synchronization mechanism
- Build signals framework
- Implement signals in XV6
- Replace spinlocks that acts like synchronization mechanism with CAS (Compare & Swap) atomic operation to increase efficency of the operating system
Extract ZIP file -> Apply PATCH
**** NOTE: The ZIP file is NOT mine, You can find the original github page here https://github.com/mit-pdos/xv6-public ****