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:
parent
631e23e87d
commit
41961243a4
@ -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.
|
||||
#
|
||||
|
@ -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.
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user