Add support for "keyboard" input over the serial port.
[pintos-anon] / src / utils / README
1 If you want to be able to give input to Pintos running in Bochs
2 through a terminal (as opposed to a VGA console window), you will need
3 to compile squish-pty (with `make') and install it in PATH.
4 Otherwise, squish-pty is unneeded.
5
6 If your version of Perl predates 5.8.0 and you want the "pintos"
7 script's timeout support (with -T) to properly limit the child's CPU
8 time, then you will need to compile setitimer-helper (with `make') and
9 install it in PATH.  Otherwise, setitimer-helper is unneeded.
10
11 - Ben