4 * Most code written by Ben Pfaff <blp@cs.stanford.edu>.
6 * The original structure and form of this operating system is inspired
7 by the Nachos system from the University of California, Berkeley. A
8 few of the source files are more-or-less literal translations of the
9 Nachos C++ code into C. These files bear the original UCB license
12 * Some of the source code is derived from code used in the
13 Massachusetts Institute of Technology's 6.828 advanced operating
14 systems course. These files bear the original MIT license notice.
19 * The projects are primarily the creation of Ben Pfaff
20 <blp@cs.stanford.edu>.
22 * Godmar Back <godmar@gmail.com> made significant contributions to
25 * Although little remains unchanged, the projects were originally
26 derived from those designed for Nachos by current and former CS140
27 teaching assistants at Stanford University, including at least the
30 - Yu Ping <yph@cs.stanford.edu>
34 - Kelly Shaw <kashaw (at) cs.stanford.edu>,
36 - Paul Twohey <twohey AT cs DOT stanford DOT edu>
38 - Sameer Qureshi <squreshi@cs.stanford.edu>
42 If you're not on this list but should be, please let me know.
44 * Example code for condition variables is from classroom slides
45 originally by Dawson Engler and updated by Mendel Roseblum.