Updated to use Bochs 2.6.11
[pintos-anon] / doc / pintos.texi
index 02db01633e19bbd8bbff707b5f376e67d39ec05b..40e702fc7831aa8ab5b1542b4a4e20413f5af474 100644 (file)
@@ -1,4 +1,5 @@
 \input texinfo                          @c -*- texinfo -*-
+
 @c %**start of header
 @setfilename pintos.info
 @settitle Pintos Projects
@@ -41,6 +42,7 @@
 @author by Ben Pfaff
 @end titlepage
 
+@shortcontents
 @contents
 
 @ifnottex
 
 @menu
 * Introduction::                
-* Pintos Tour::
 * Project 1--Threads::          
 * Project 2--User Programs::    
 * Project 3--Virtual Memory::   
 * Project 4--File Systems::     
-* References::
+* Reference Guide::
 * 4.4BSD Scheduler::  
 * Coding Standards::            
 * Project Documentation::       
 * Debugging Tools::             
 * Development Tools::
+* Installing Pintos::
+* Bibliography::
+* License::
 @end menu
 
+@c institution-local settings
+@include localsettings.texi
+
 @include intro.texi
-@include tour.texi
 @include threads.texi
 @include userprog.texi
 @include vm.texi
 @include filesys.texi
-@include references.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