removed undefined nodes
[pintos-anon] / AUTHORS
1 src                                                     -*- text -*-
2 ---
3
4 * Pintos core originally written by Ben Pfaff <blp@cs.stanford.edu>.
5
6 * Support for PCI, USB, GRUB, partitions, UHCI, and other features
7   contributed by Anthony Romano <chz@vt.edu>.
8
9 * The original structure and form of this operating system is inspired
10   by the Nachos system from the University of California, Berkeley.  A
11   few of the source files are more-or-less literal translations of the
12   Nachos C++ code into C.  These files bear the original UCB license
13   notice.
14
15 projects
16 --------
17
18 * The projects are primarily the creation of Ben Pfaff
19   <blp@cs.stanford.edu>.
20
21 * Godmar Back <godmar@gmail.com> made significant contributions to
22   project design.
23
24 * Although little remains unchanged, the projects were originally
25   derived from those designed for Nachos by current and former CS140
26   teaching assistants at Stanford University, including at least the
27   following people:
28         
29         - Yu Ping <yph@cs.stanford.edu>
30
31         - Greg Hutchins
32
33         - Kelly Shaw <kashaw (at) cs.stanford.edu>, 
34
35         - Paul Twohey <twohey AT cs DOT stanford DOT edu>
36
37         - Sameer Qureshi <squreshi@cs.stanford.edu>
38
39         - John Rector
40
41   If you're not on this list but should be, please let me know.
42
43 * Example code for condition variables is from classroom slides
44   originally by Dawson Engler and updated by Mendel Roseblum.