freebsd-dev/sys/boot/i386/boot0
Luigi Rizzo 86d6c2d4b9 Fix a typo in previous commit: must call "putn" to print a crlf,
instead of "puts" which prints whatever is at %si, followed by a CRLF.

It was not noticed during tests because at that point %si points
to a partition entry whose first byte is 0x80, which is both a
terminator for the string and a non printable character.

Submitted by:	Christoph Mallon
2008-11-26 21:38:43 +00:00
..
boot0.S Fix a typo in previous commit: must call "putn" to print a crlf, 2008-11-26 21:38:43 +00:00
boot0ext.S Convert block comments into C-style that is understood by cpp(1). 2004-04-29 18:58:38 +00:00
Makefile Allow BOOT_BOOT0_COMCONSOLE_SPEED to be derived from BOOT_COMCONSOLE_SPEED 2005-04-25 17:41:35 +00:00