/os-s19-sawyermade

Operating Systems Grad USF Spring 2019

os-s19

Source repository for COP6611: Operating Systems projects. All the starter code for each project will be distributed using this repository.

Each project will have it's own branch. Please checkout the appropriate branch to begin each project.

eg: Code for Project 0: Bootloader is available in branch: project0. Checkout this branch to retrieve the starter code:

$ git checkout -b project0 origin/project0

Further instructions for retrieving new branches, merging and submitting the projects will be provided as necessary in the accompanying project document.