Subversion Repositories Kolibri OS

Rev

Rev 1369 | Rev 1989 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1369 Rev 1948
Line 9... Line 9...
9
;;  Distributed under GPL. See file COPYING for details.        ;;
9
;;  Distributed under GPL. See file COPYING for details.        ;;
10
;;  Copyright 2003 Ville Turjanmaa                              ;;
10
;;  Copyright 2003 Ville Turjanmaa                              ;;
11
;;                                                              ;;
11
;;                                                              ;;
12
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
12
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 13... Line 13...
13
 
13
 
Line 14... Line 14...
14
$Revision: 1369 $
14
$Revision: 1948 $
15
 
15
 
16
 
16
 
Line 189... Line 189...
189
unknown_interrupt:
189
unknown_interrupt:
190
        iretd
190
        iretd
Line 191... Line 191...
191
 
191
 
192
;-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
192
;-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
-
 
193
show_error_parameters:
-
 
194
        cmp     bl, 0x06
-
 
195
        jnz     .no_ud
-
 
196
        push    ebx
-
 
197
        mov     ebx, ud_user_message
-
 
198
        mov     ebp, notifyapp
-
 
199
        call    fs_execute_from_sysdir_param
-
 
200
        pop     ebx
193
show_error_parameters:
201
.no_ud:
194
        mov     edx,[TASK_BASE] ;not scratched below
202
        mov     edx,[TASK_BASE] ;not scratched below
195
        DEBUGF  1, "K : Process - forced terminate PID: %x\n", [edx+TASKDATA.pid]
203
        DEBUGF  1, "K : Process - forced terminate PID: %x\n", [edx+TASKDATA.pid]
196
        cmp     bl, 0x08
204
        cmp     bl, 0x08
197
        jb      .l0
205
        jb      .l0