Add support for "keyboard" input over the serial port.
[pintos-anon] / src / utils / README
index 004478f3eeddb193688d606f9d88d170fbae71a1..d99de82851976ccd2c13f00b8c70be875ed2ee45 100644 (file)
@@ -1,6 +1,11 @@
-If your version of Perl predates 5.8.0, then you will need to compile
-setitimer-helper (with `make') and install it in PATH, if you want the
-"pintos" script's timeout support (with -T) to properly limit the
-child's CPU time.  Otherwise, it is unneeded.
+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