Update docs.
[pintos-anon] / doc / projects.texi
index bc5cd13ef8d80c42f5903eb28bf89ef2cc6f395e..08ee9e574247f2eb4324b90cf5f489164baf4ee8 100644 (file)
@@ -1,14 +1,21 @@
-@node Top, Project 1--Threads, (dir), (dir)
+@node Top, Introduction, (dir), (dir)
 @top Pintos Projects
 
 @menu
+* Introduction::                
 * Project 1--Threads::          
 * Project 2--User Programs::    
 * Project 3--Virtual Memory::   
 * Project 4--File Systems::     
+* Multilevel Feedback Scheduling::  
+* Coding Standards::            
 @end menu
 
+@include intro.texi
 @include threads.texi
 @include userprog.texi
 @include vm.texi
 @include filesys.texi
+@c @include devel.texi
+@include mlfqs.texi
+@include standards.texi