summaryrefslogtreecommitdiffstats
path: root/sys/boot
diff options
context:
space:
mode:
authornyan <nyan@FreeBSD.org>2007-11-18 03:14:06 +0000
committernyan <nyan@FreeBSD.org>2007-11-18 03:14:06 +0000
commit3b7cf667bab519b63e0423ed5101523f39ba668c (patch)
tree3acf414532b6a4f41acc49bcd384ce42fe2c0c62 /sys/boot
parent1897d443737babd0f1fc863aaa795ababef2cc69 (diff)
downloadFreeBSD-src-3b7cf667bab519b63e0423ed5101523f39ba668c.zip
FreeBSD-src-3b7cf667bab519b63e0423ed5101523f39ba668c.tar.gz
MFi386: revision 1.18
Add a trailing \0 to the read error string so that read errors don't print out two error messages.
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/pc98/cdboot/cdboot.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/pc98/cdboot/cdboot.s b/sys/boot/pc98/cdboot/cdboot.s
index 31f590f..14af0a7 100644
--- a/sys/boot/pc98/cdboot/cdboot.s
+++ b/sys/boot/pc98/cdboot/cdboot.s
@@ -789,7 +789,7 @@ msg_bootinfo: .asciz "Building the boot loader arguments\r\n"
msg_relocate: .asciz "Relocating the loader and the BTX\r\n"
msg_jump: .asciz "Starting the BTX loader\r\n"
msg_badread: .ascii "Read Error: 0x"
-hex_error: .ascii "00\r\n"
+hex_error: .asciz "00\r\n"
msg_novd: .asciz "Could not find Primary Volume Descriptor\r\n"
msg_lookup: .asciz "Looking up "
msg_lookup2: .asciz "... "
OpenPOWER on IntegriCloud