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 derived from those designed for Nachos by current
20 and former CS140 teaching assistants at Stanford University,
21 including at least the following people:
23 - Yu Ping <yph@cs.stanford.edu>
27 - Kelly Shaw <kashaw (at) cs.stanford.edu>,
29 - Paul Twohey <twohey AT cs DOT stanford DOT edu>
31 - Sameer Qureshi <squreshi@cs.stanford.edu>
35 If you're not on this list but should be, please let me know.
37 * Updates for Pintos by Ben Pfaff <blp@cs.stanford.edu>.
39 * Example code for condition variables is from classroom slides
40 originally by Dawson Engler and updated by Mendel Roseblum.