Use standard POSIX "ustar" format for the scratch disk.
[pintos-anon] / AUTHORS
diff --git a/AUTHORS b/AUTHORS
index 5f7cf44fd884d67d93cc2af8dace92d42abcdc78..cf5844ad2a42abb73ec485c891f4917d8ce5ac4d 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,7 +1,9 @@
 src                                                    -*- text -*-
 ---
 
-* Most code written by Ben Pfaff <blp@cs.stanford.edu>.
+* Pintos core originally written by Ben Pfaff <blp@cs.stanford.edu>.
+
+* Additional features contributed by Anthony Romano <chz@vt.edu>.
 
 * The original structure and form of this operating system is inspired
   by the Nachos system from the University of California, Berkeley.  A
@@ -16,9 +18,16 @@ src                                                  -*- text -*-
 projects
 --------
 
-* The projects are derived from those designed for Nachos by current
-  and former CS140 teaching assistants at Stanford University,
-  including at least the following people: 
+* The projects are primarily the creation of Ben Pfaff
+  <blp@cs.stanford.edu>.
+
+* Godmar Back <godmar@gmail.com> made significant contributions to
+  project design.
+
+* Although little remains unchanged, the projects were originally
+  derived from those designed for Nachos by current and former CS140
+  teaching assistants at Stanford University, including at least the
+  following people:
        
        - Yu Ping <yph@cs.stanford.edu>
 
@@ -34,7 +43,5 @@ projects
 
   If you're not on this list but should be, please let me know.
 
-* Updates for Pintos by Ben Pfaff <blp@cs.stanford.edu>.
-
 * Example code for condition variables is from classroom slides
   originally by Dawson Engler and updated by Mendel Roseblum.