Subversion Repositories Kolibri OS

Rev

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

Rev 3296 Rev 3309
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 -... Line 14...
-
 
14
$Revision: 3309 $
-
 
15
 
-
 
16
if lang eq sp
Line 14... Line 17...
14
$Revision: 3296 $
17
include 'sys32-sp.inc'
15
 
18
end if
16
 
19
 
17
align 4 ;3A08
20
align 4 ;3A08
Line 73... Line 76...
73
  msg_exc_b     db "Segment not present", 0
76
  msg_exc_b     db "Segment not present", 0
74
  msg_exc_c     db "Stack fault", 0
77
  msg_exc_c     db "Stack fault", 0
75
  msg_exc_d     db "General protection fault", 0
78
  msg_exc_d     db "General protection fault", 0
76
  msg_exc_e     db "Page fault", 0
79
  msg_exc_e     db "Page fault", 0
Line -... Line 80...
-
 
80
 
77
 
81
  if lang ~ eq sp
78
  msg_sel_ker   db "kernel", 0
82
  msg_sel_ker   db "kernel", 0
-
 
83
  msg_sel_app   db "application", 0
Line 79... Line 84...
79
  msg_sel_app   db "application", 0
84
  end if
Line 80... Line 85...
80
 
85
 
81
endg
86
endg
Line 211... Line 216...
211
        mov     ebp, notifyapp
216
        mov     ebp, notifyapp
212
        call    fs_execute_from_sysdir_param
217
        call    fs_execute_from_sysdir_param
213
        pop     ebx
218
        pop     ebx
214
.no_ud:
219
.no_ud:
215
        mov     edx, [TASK_BASE];not scratched below
220
        mov     edx, [TASK_BASE];not scratched below
-
 
221
        if lang eq sp
-
 
222
        DEBUGF  1, "K : Proceso - terminado forzado PID: %x [%s]\n", [edx+TASKDATA.pid], [current_slot]
-
 
223
        else
216
        DEBUGF  1, "K : Process - forced terminate PID: %x [%s]\n", [edx+TASKDATA.pid], [current_slot]
224
        DEBUGF  1, "K : Process - forced terminate PID: %x [%s]\n", [edx+TASKDATA.pid], [current_slot]
-
 
225
        end if
217
        cmp     bl, 0x08
226
        cmp     bl, 0x08
218
        jb      .l0
227
        jb      .l0
219
        cmp     bl, 0x0e
228
        cmp     bl, 0x0e
220
        jbe     .l1
229
        jbe     .l1
221
  .l0:
230
  .l0: