Use standard POSIX "ustar" format for the scratch disk.
[pintos-anon] / doc / bibliography.texi
index 55bb74307a27c4cec60415f176aab64e9d4a62b9..e998a075a0537787d3dbbc42570667a84b86541e 100644 (file)
@@ -67,6 +67,10 @@ Datasheet for PC timer chip.
 @uref{specs/8259A.pdf, , Intel 8259A Programmable Interrupt Controller
 (8259A/8259A-2)}.  Datasheet for PC interrupt controller chip.
 
+@bibdfn{MC146818A}
+@uref{specs/mc146818a.pdf, , Motorola MC146818A Real Time Clock Plus
+Ram (RTC)}.  Datasheet for PC real-time clock chip.
+
 @node Software References
 @section Software References
 
@@ -102,15 +106,20 @@ Edition}.  80@var{x}86-specific parts of the Unix interface.
 Interface---DRAFT---24 April 2001}.  A draft of a revised version of
 @bibref{SysV-ABI} which was never completed.
 
+@bibdfn{SUSv3}
+The Open Group, @uref{http://www.unix.org/single_unix_specification/,
+, Single UNIX Specification V3}, 2001.
+
 @node Operating System Design References
 @section Operating System Design References
 
-@bibdfn{4.4BSD}
-M.@: K.@: McKusick, K.@: Bostic, M.@: J.@: Karels, J.@: S.@: Quarterman,
-@cite{The Design and Implementation of the 4.4@acronym{BSD} Operating
-System}.  Addison-Wesley 1996.
+@bibdfn{Christopher}
+W.@: A.@: Christopher, S.@: J.@: Procter, T.@: E.@: Anderson,
+@cite{The Nachos instructional operating system}.
+Proceedings of the @acronym{USENIX} Winter 1993 Conference.
+@uref{http://portal.acm.org/citation.cfm?id=1267307}.
 
-@bibdfn{THE}
+@bibdfn{Dijkstra}
 E.@: W.@: Dijkstra, @cite{The structure of the ``THE''
 multiprogramming system}.  Communications of the ACM 11(5):341--346,
 1968.  @uref{http://doi.acm.org/10.1145/363095.363143}.
@@ -120,7 +129,18 @@ C.@: A.@: R.@: Hoare, @cite{Monitors: An Operating System
 Structuring Concept}.  Communications of the ACM, 17(10):549--557,
 1974.  @uref{http://www.acm.org/classics/feb96/}.
 
-@bibdfn{Mesa}
+@bibdfn{Lampson}
 B.@: W.@: Lampson, D.@: D.@: Redell, @cite{Experience with processes and
 monitors in Mesa}.  Communications of the ACM, 23(2):105--117, 1980.
 @uref{http://doi.acm.org/10.1145/358818.358824}.
+
+@bibdfn{McKusick}
+M.@: K.@: McKusick, K.@: Bostic, M.@: J.@: Karels, J.@: S.@: Quarterman,
+@cite{The Design and Implementation of the 4.4@acronym{BSD} Operating
+System}.  Addison-Wesley, 1996.
+
+@bibdfn{Wilson}
+P.@: R.@: Wilson, M.@: S.@: Johnstone, M.@: Neely, D.@: Boles,
+@cite{Dynamic Storage Allocation: A Survey and Critical Review}.
+International Workshop on Memory Management, 1995.
+@uref{http://www.cs.utexas.edu/users/oops/papers.html#allocsrv}.