boot: use high baud rate by default

This commit is contained in:
Thomas Veerman
2012-03-27 15:09:37 +00:00
parent a5190194a0
commit 3f775404d9
2 changed files with 18 additions and 1 deletions

View File

@@ -9,7 +9,7 @@
#endif
.long 5 /* timeout in seconds */
.long 0 /* console device 0 => CONSDEV_PC */
.long 9600 /* serial baud rate */
.long 115200 /* serial baud rate */
.space 16 /* md5 boot password */
.space 64 /* keyboard xlat map */
.long 0 /* console ioaddr */