operating_systems files for playing with operating systems concepts The ostep-projects file is a repo from here: https://github.com/remzi-arpacidusseau/ostep-projects Compiling C To compile multithreaded programs: gcc -o thread thread.c -Wall -pthread