X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Fpintos.texi;h=777b2f45870d603fc2070cd027d2db97822a3cf6;hb=672f483fb765ec387f12d8933b120a7306831d70;hp=1dd83fdc65f1c6317cdefb959430424e40409398;hpb=1e70978fdf2e3dd9a3c2153dab259bc689fd7d31;p=pintos-anon diff --git a/doc/pintos.texi b/doc/pintos.texi index 1dd83fd..777b2f4 100644 --- a/doc/pintos.texi +++ b/doc/pintos.texi @@ -1,6 +1,6 @@ \input texinfo @c -*- texinfo -*- @c %**start of header -@setfilename projects.info +@setfilename pintos.info @settitle Pintos Projects @c %**end of header @@ -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,30 @@ @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:: +* Bibliography:: @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 bibliography.texi @bye