Use 9600 bps for Pintos serial, to match the speed used by the loader.
authorBen Pfaff <blp@cs.stanford.edu>
Sun, 9 Nov 2008 23:22:25 +0000 (15:22 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Sun, 9 Nov 2008 23:22:25 +0000 (15:22 -0800)
commit57744a11527034d9c59de9cb51588c7109b63cf2
tree064413aff703561684088aee60b9e71166617640
parent81e99ad722110f1c79396d78a92c14f7799ad032
Use 9600 bps for Pintos serial, to match the speed used by the loader.

It is important that Pintos and its loader use the same serial speed, so
that a terminal program connected to a serial port can be set to a sane
speed.  The ideal choice would be 115200 bps, for maximum speed, but the
Pintos loader uses the BIOS to do serial output, and the BIOS supports a
maximum speed of 9600 bps.

From Godmar, crossported from his usb-integration-aug08 branch.
src/devices/serial.c