summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2000-06-29 08:24:50 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2000-06-29 08:24:50 +0000
commit0b74850760b1dc0f2d42d656994e716eb656dd6e (patch)
treed6799bcf90fe08ff998aba82379b92d5a41fc885
parent2c5b483a3d1772c426d910a4e6b13265d0a53356 (diff)
Notes
-rw-r--r--sys/boot/i386/btx/btx/btx.S2
-rw-r--r--sys/boot/i386/btx/btx/btx.s2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/boot/i386/btx/btx/btx.S b/sys/boot/i386/btx/btx/btx.S
index e22fb2e389f9..827a444d190b 100644
--- a/sys/boot/i386/btx/btx/btx.S
+++ b/sys/boot/i386/btx/btx/btx.S
@@ -1063,7 +1063,7 @@ dmpfmt: .byte '\n' # "\n"
.byte 0x80|DMP_MEM|DMP_EOL,0x48 # "00 00 ... 00 00\n"
.ascii "ss:esp" # "ss:esp="
.byte 0x80|DMP_MEM|DMP_EOL,0x0 # "00 00 ... 00 00\n"
- .asciz "System halted" # End
+ .asciz "BTX halted" # End
#
# End of BTX memory.
#
diff --git a/sys/boot/i386/btx/btx/btx.s b/sys/boot/i386/btx/btx/btx.s
index e22fb2e389f9..827a444d190b 100644
--- a/sys/boot/i386/btx/btx/btx.s
+++ b/sys/boot/i386/btx/btx/btx.s
@@ -1063,7 +1063,7 @@ dmpfmt: .byte '\n' # "\n"
.byte 0x80|DMP_MEM|DMP_EOL,0x48 # "00 00 ... 00 00\n"
.ascii "ss:esp" # "ss:esp="
.byte 0x80|DMP_MEM|DMP_EOL,0x0 # "00 00 ... 00 00\n"
- .asciz "System halted" # End
+ .asciz "BTX halted" # End
#
# End of BTX memory.
#