mirror of https://github.com/FDOS/kernel.git
Change divide error message text pursuant to the RBIL
git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/branches/UNSTABLE@1094 6ac86273-5f31-0410-b378-82cca8765d1b
This commit is contained in:
parent
4fda42aafc
commit
51e7674e84
|
@ -116,7 +116,7 @@ cpm_error: mov al,0
|
||||||
|
|
||||||
;
|
;
|
||||||
; interrupt zero divide handler:
|
; interrupt zero divide handler:
|
||||||
; print a message 'Interrupt divide error'
|
; print a message 'Divide error'
|
||||||
; Terminate the current process
|
; Terminate the current process
|
||||||
;
|
;
|
||||||
; VOID INRPT far
|
; VOID INRPT far
|
||||||
|
@ -138,7 +138,7 @@ hex_loop:
|
||||||
jae hex_loop
|
jae hex_loop
|
||||||
ret
|
ret
|
||||||
|
|
||||||
divide_error_message db 0dh,0ah,'Interrupt divide error, stack:',0dh,0ah,0
|
divide_error_message db 0dh,0ah,'Divide error, stack:',0dh,0ah,0
|
||||||
|
|
||||||
global reloc_call_int0_handler
|
global reloc_call_int0_handler
|
||||||
reloc_call_int0_handler:
|
reloc_call_int0_handler:
|
||||||
|
|
Loading…
Reference in New Issue