Add support for "keyboard" input over the serial port.
[pintos-anon] / src / utils / README
index f27b6e25d7af7495d3666cf193828399e506fa7d..d99de82851976ccd2c13f00b8c70be875ed2ee45 100644 (file)
@@ -1,3 +1,8 @@
+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