diff options
author | jhb <jhb@FreeBSD.org> | 2000-06-29 08:24:50 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2000-06-29 08:24:50 +0000 |
commit | 41961243a47d31214b55759c57b2d56af034606a (patch) | |
tree | 6de71bc53d58418ec59bed95bd91410630ddcd78 /sys/boot | |
parent | 631e23e87dfd20b2a5462a3b9951e2991edb5f1d (diff) | |
download | FreeBSD-src-41961243a47d31214b55759c57b2d56af034606a.zip FreeBSD-src-41961243a47d31214b55759c57b2d56af034606a.tar.gz |
Change the fault message to say 'BTX halted' isntead of 'System halted' to
avoid confusion.
Submitted by: George Scott <George.Scott@its.monash.edu.au>
Diffstat (limited to 'sys/boot')
-rw-r--r-- | sys/boot/i386/btx/btx/btx.S | 2 | ||||
-rw-r--r-- | sys/boot/i386/btx/btx/btx.s | 2 |
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 e22fb2e..827a444 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 e22fb2e..827a444 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. # |