Subversion Repositories Kolibri OS

Rev

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

Rev 9709 Rev 9710
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2021. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2021. All rights reserved. ;;
4
;;  Distributed under terms of the GNU General Public License.  ;;
4
;;  Distributed under terms of the GNU General Public License.  ;;
5
;;                                                              ;;
5
;;                                                              ;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 7... Line 7...
7
 
7
 
Line 8... Line 8...
8
$Revision: 9709 $
8
$Revision: 9710 $
Line 9... Line 9...
9
 
9
 
Line 970... Line 970...
970
        mov     ecx, maxPathLength/4
970
        mov     ecx, maxPathLength/4
971
        mov     edi, eax
971
        mov     edi, eax
972
        mov     [ebx+SLOT_BASE+APPDATA.cur_dir], eax
972
        mov     [ebx+SLOT_BASE+APPDATA.cur_dir], eax
973
        rep movsd
973
        rep movsd
Line 974... Line -...
974
 
-
 
975
        mov     dword [ebx+SLOT_BASE+APPDATA.mem_start], 0
974
 
976
        mov     [ebx+SLOT_BASE+APPDATA.event_mask], dword 1+2+4;set default event flags (see 40 function)
975
        mov     [ebx+SLOT_BASE+APPDATA.event_mask], dword 1+2+4;set default event flags (see 40 function)
977
        inc     dword [process_number]
976
        inc     dword [process_number]
978
        mov     eax, [process_number]
977
        mov     eax, [process_number]