1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-04 09:09:56 +00:00

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>
This commit is contained in:
John Baldwin 2000-06-29 08:24:50 +00:00
parent 2c5b483a3d
commit 0b74850760
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=62242
2 changed files with 2 additions and 2 deletions

View File

@ -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.
#

View File

@ -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.
#