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:
parent
2c5b483a3d
commit
0b74850760
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=62242
@ -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…
Reference in New Issue
Block a user