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.shscript located in thetests-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.