Add installation chapter to manual. Remove now-redundant files from
[pintos-anon] / src / utils / README
diff --git a/src/utils/README b/src/utils/README
deleted file mode 100644 (file)
index d99de82..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-If you want to be able to give input to Pintos running in Bochs
-through a terminal (as opposed to a VGA console window), you will need
-to compile squish-pty (with `make') and install it in PATH.
-Otherwise, squish-pty is unneeded.
-
-If your version of Perl predates 5.8.0 and you want the "pintos"
-script's timeout support (with -T) to properly limit the child's CPU
-time, then you will need to compile setitimer-helper (with `make') and
-install it in PATH.  Otherwise, setitimer-helper is unneeded.
-
-- Ben