X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Fprojects.texi;h=f803ac07a8fd99dba5cc9451347e3b26f872c8d0;hb=8cdc428b86d4e0bcdefa186c273f344b662fa1c4;hp=bc5cd13ef8d80c42f5903eb28bf89ef2cc6f395e;hpb=932e369696f59f4aaf3a2d6e5ece37475548d68b;p=pintos-anon diff --git a/doc/projects.texi b/doc/projects.texi index bc5cd13..f803ac0 100644 --- a/doc/projects.texi +++ b/doc/projects.texi @@ -1,14 +1,40 @@ -@node Top, Project 1--Threads, (dir), (dir) +\input texinfo @c -*- texinfo -*- +@c %**start of header +@setfilename projects.info +@settitle Pintos Projects +@c %**end of header + +@titlepage +@title Pintos Projects +@end titlepage + +@contents + +@ifnottex +@node Top, Introduction, (dir), (dir) @top Pintos Projects +@end ifnottex @menu +* Introduction:: * Project 1--Threads:: * Project 2--User Programs:: * Project 3--Virtual Memory:: * Project 4--File Systems:: +* Multilevel Feedback Scheduling:: +* Coding Standards:: +* Project Documentation:: +* Debugging Tools:: @end menu +@include intro.texi @include threads.texi @include userprog.texi @include vm.texi @include filesys.texi +@include mlfqs.texi +@include standards.texi +@include doc.texi +@include debug.texi + +@bye