Index: head/sys/boot/ficl/i386/sysdep.c =================================================================== --- head/sys/boot/ficl/i386/sysdep.c +++ head/sys/boot/ficl/i386/sysdep.c @@ -58,7 +58,7 @@ IGNORE(pVM); while(*msg != 0) - putchar(*(msg++)); + putchar((unsigned char)*(msg++)); if (fNewline) putchar('\n');