Add a new RTOS scheduling implementation with EDF and RMS algorithms.
Introduce a task structure and create task threads to simulate task
execution. Optimize the Banker's Algorithm code comments for clarity.
These changes enhance the understanding and functionality of the
scheduling mechanisms in the system.