hypervisor

This project includes two parts:

  1. CPU scheduler
  2. Memory coordinator

To run:

./vcpu_scheduler <time interval in seconds>    # to run the cpu scheduler
./mem_coordinator <time interval in seconds>    # to run the memory coordinator