Subversion Repositories Kolibri OS

Rev

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

Rev 2709 Rev 3294
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: 2709 $
14
$Revision: 3294 $
15
 
15
 
16
 
16
 
Line 211... Line 211...
211
        mov     ebp, notifyapp
211
        mov     ebp, notifyapp
212
        call    fs_execute_from_sysdir_param
212
        call    fs_execute_from_sysdir_param
213
        pop     ebx
213
        pop     ebx
214
.no_ud:
214
.no_ud:
215
        mov     edx, [TASK_BASE];not scratched below
215
        mov     edx, [TASK_BASE];not scratched below
216
        DEBUGF  1, "K : Process - forced terminate PID: %x\n", [edx+TASKDATA.pid]
216
        DEBUGF  1, "K : Process - forced terminate PID: %x [%s]\n", [edx+TASKDATA.pid], [current_slot]
217
        cmp     bl, 0x08
217
        cmp     bl, 0x08
218
        jb      .l0
218
        jb      .l0
219
        cmp     bl, 0x0e
219
        cmp     bl, 0x0e
220
        jbe     .l1
220
        jbe     .l1
221
  .l0:
221
  .l0: