X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Freferences.texi;h=2a3b8d2530a34337a705039cd7bdca440defc34c;hb=8abbb333aea445641d967befd3ca477502ea770b;hp=8aa3b5c05fc0f62c38236fd8732a49435b37095b;hpb=749088412dc35dfc51035c30b86dd0b86a6954f7;p=pintos-anon diff --git a/doc/references.texi b/doc/references.texi index 8aa3b5c..2a3b8d2 100644 --- a/doc/references.texi +++ b/doc/references.texi @@ -1,4 +1,4 @@ -@node References, Multilevel Feedback Scheduling, Project 4--File Systems, Top +@node References, 4.4BSD Scheduler, Project 4--File Systems, Top @appendix References @macro bibdfn{cite} @@ -9,34 +9,37 @@ @menu * Hardware References:: * Software References:: +* Operating System Design References:: @end menu @node Hardware References @section Hardware References @bibdfn{IA32-v1} -@uref{ftp://download.intel.com/design/Pentium4/manuals/25366515.pdf, , IA-32 Intel Architecture Software Developer's Manual Volume 1: Basic -Architecture}. Basic 80@var{x}86 architecture and programming -environment. +Architecture. Basic 80@var{x}86 architecture and programming +environment. Available via @uref{developer.intel.com}. Section numbers +in this document refer to revision 18. -@bibdfn{IA32-v2a} -@uref{ftp://download.intel.com/design/Pentium4/manuals/25366615.pdf, , -IA-32 Intel Architecture Software Developer's Manual Volume 2A: -Instruction Set Reference A-M}. 80@var{x}86 instructions whose names -begin with A through M. +@bibdfn{IA32-v2a} +IA-32 Intel Architecture Software Developer's Manual +Volume 2A: Instruction Set Reference A-M. 80@var{x}86 instructions +whose names begin with A through M. Available via +@uref{developer.intel.com}. Section numbers in this document refer to +revision 18. @bibdfn{IA32-v2b} -@uref{ftp://download.intel.com/design/Pentium4/manuals/25366715.pdf, , IA-32 Intel Architecture Software Developer's Manual Volume 2B: -Instruction Set Reference N-Z}. 80@var{x}86 instructions whose names -begin with N through Z. +Instruction Set Reference N-Z. 80@var{x}86 instructions whose names +begin with N through Z. Available via @uref{developer.intel.com}. +Section numbers in this document refer to revision 18. -@bibdfn{IA32-v3} -@uref{ftp://download.intel.com/design/Pentium4/manuals/25366815.pdf, , -IA-32 Intel Architecture Software Developer's Manual Volume 3: System -Programming Guide}. Operating system support, including segmentation, -paging, tasks, interrupt and exception handling. +@bibdfn{IA32-v3a} +IA-32 Intel Architecture Software Developer's Manual Volume 3A: System +Programming Guide. Operating system support, including segmentation, +paging, tasks, interrupt and exception handling. Available via +@uref{developer.intel.com}. Section numbers in this document refer to +revision 18. @bibdfn{FreeVGA} @uref{specs/freevga/home.htm, , FreeVGA Project}. Documents the VGA video @@ -98,3 +101,11 @@ Edition}. 80@var{x}86-specific parts of the Unix interface. @uref{specs/sysv-abi-update.html/contents.html, , System V Application Binary Interface---DRAFT---24 April 2001}. A draft of a revised version of @bibref{SysV-ABI} which was never completed. + +@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.