Fix asm constraints to avoid SI, DI for byte and word access.
[pintos-anon] / AUTHORS
1 src                                                     -*- text -*-
2 ---
3
4 * Most code written by Ben Pfaff <blp@cs.stanford.edu>.
5
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
10   notice.
11
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.
15
16 projects
17 --------
18
19 * The projects are primarily the creation of Ben Pfaff
20   <blp@cs.stanford.edu>.
21
22 * Godmar Back <godmar@gmail.com> made significant contributions to
23   project design.
24
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
28   following people:
29         
30         - Yu Ping <yph@cs.stanford.edu>
31
32         - Greg Hutchins
33
34         - Kelly Shaw <kashaw (at) cs.stanford.edu>, 
35
36         - Paul Twohey <twohey AT cs DOT stanford DOT edu>
37
38         - Sameer Qureshi <squreshi@cs.stanford.edu>
39
40         - John Rector
41
42   If you're not on this list but should be, please let me know.
43
44 * Example code for condition variables is from classroom slides
45   originally by Dawson Engler and updated by Mendel Roseblum.