Remove FIXME that I fixed in the sources.
[pintos-anon] / doc / userprog.texi
index 2b7edb46b36cf4984bf201c227b6391aa254c6c6..b3f8f4c8815565ced077639077ca4aa3473a94db 100644 (file)
@@ -445,8 +445,6 @@ limit of 128 open files per process (as the Solaris machines here do).
 @b{What happens when two (or more) processes have a file open and one of
 them removes it?}
 
-FIXME FIXME FIXME
-
 You should copy the standard Unix semantics for files.  That is, when
 a file is removed an process which has a file descriptor for that file
 may continue to do operations on that descriptor.  This means that
@@ -516,6 +514,10 @@ restore registers before and after a function call, you need to write
 the stack pointer, you have a couple of jumps which probably wrecks
 some of your caches.  This is why inlining code can be much faster.
 
+@menu
+* Argument Passing to main::    
+@end menu
+
 @node Argument Passing to main
 @subsection Argument Passing to @code{main()}