Skip to main content

STCF-Scheduler xv6

Trial project: This project is currently being tried as a replacement for the xv6 lottery scheduler project. If you wish to do the old project instead, click here.

Instructions

  • Git clone the project repository
  • Follow the instructions in the README.md file.
  • Implement your solution in the solution directory.
  • Run the run-tests.sh script located in the tests-directory to check your work.

Hints

  • This project is very similar to the old Lottery Scheduler project.
  • Read the hints and watch the discussion video for that project to get an idea of how to implement this project.