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:
jhb 2000-06-29 08:24:50 +00:00
parent 631e23e87d
commit 41961243a4
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.
#