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)
commit43dadfe13b843be54ac5fdc9e4496beb47af3b1f
treee49351ebe1ef645d5bc4681d5b803a6b7089beef
parenta4e60364ebf69203297ce071914671d2b49d9b6d
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