X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Fpintos.texi;h=ac1612717747f49d58407f8d581af178c931d1c0;hb=db7d1db11685c1dc0d97c41049d26b876211551b;hp=b8e96a0511c535b27ee404c94ef292fabdfad678;hpb=21e1ee033ed1c3c41454789ec8c57c7f3a88daf9;p=pintos-anon diff --git a/doc/pintos.texi b/doc/pintos.texi index b8e96a0..ac16127 100644 --- a/doc/pintos.texi +++ b/doc/pintos.texi @@ -39,9 +39,9 @@ @titlepage @title Pintos @author by Ben Pfaff -@author based on past contributions of CS 140 TAs @end titlepage +@shortcontents @contents @ifnottex @@ -51,30 +51,34 @@ @menu * Introduction:: -* Pintos Tour:: * Project 1--Threads:: * Project 2--User Programs:: * Project 3--Virtual Memory:: * Project 4--File Systems:: -* References:: -* Multilevel Feedback Scheduling:: +* Reference Guide:: +* 4.4BSD Scheduler:: * Coding Standards:: * Project Documentation:: * Debugging Tools:: * Development Tools:: +* Installing Pintos:: +* Bibliography:: +* License:: @end menu @include intro.texi -@include tour.texi @include threads.texi @include userprog.texi @include vm.texi @include filesys.texi -@include references.texi -@include mlfqs.texi +@include reference.texi +@include 44bsd.texi @include standards.texi @include doc.texi @include debug.texi @include devel.texi +@include installation.texi +@include bibliography.texi +@include license.texi @bye