X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Fprojects.texi;h=3437dcc265d21393216ba9ae1f8d4b3d3cba56a5;hb=02ae2d67be2382d3975e4558445a10dacd566a41;hp=90b85e97eb5c6231d9b58c612fb8f2f56dc7618e;hpb=699944803572c46c550a39027c0ebd935b0d61bc;p=pintos-anon diff --git a/doc/projects.texi b/doc/projects.texi index 90b85e9..3437dcc 100644 --- a/doc/projects.texi +++ b/doc/projects.texi @@ -1,5 +1,43 @@ +\input texinfo @c -*- texinfo -*- +@c %**start of header +@setfilename projects.info +@settitle Pintos Projects +@c %**end of header + +@c @bibref{} macro +@iftex +@macro bibref{cite} +[\cite\] +@end macro +@end iftex +@ifinfo +@ifnotplaintext +@macro bibref{cite} +@ref{\cite\} +@end macro +@end ifnotplaintext +@ifplaintext +@macro bibref{cite} +[\cite\] +@end macro +@end ifplaintext +@end ifinfo +@ifhtml +@macro bibref{cite} +[@ref{\cite\}] +@end macro +@end ifhtml + +@titlepage +@title Pintos Projects +@end titlepage + +@contents + +@ifnottex @node Top, Introduction, (dir), (dir) @top Pintos Projects +@end ifnottex @menu * Introduction:: @@ -7,6 +45,7 @@ * Project 2--User Programs:: * Project 3--Virtual Memory:: * Project 4--File Systems:: +* References:: * Multilevel Feedback Scheduling:: * Coding Standards:: * Project Documentation:: @@ -18,7 +57,10 @@ @include userprog.texi @include vm.texi @include filesys.texi +@include references.texi @include mlfqs.texi @include standards.texi @include doc.texi @include debug.texi + +@bye