Subversion Repositories Kolibri OS

Rev

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

Rev 9045 Rev 9248
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: 9045 $
8
$Revision: 9248 $
Line 9... Line 9...
9
 
9
 
Line 98... Line 98...
98
        filename_size   rd  1
98
        filename_size   rd  1
99
        cmdline_size    rd  1
99
        cmdline_size    rd  1
100
        path_string     rd  1
100
        path_string     rd  1
101
    endl
101
    endl
Line -... Line 102...
-
 
102
 
102
 
103
        and     edx, 1  ;clear flags user. TODO: add api for start apps with user flags
103
        mov     [flags], edx
104
        mov     [flags], edx
104
        mov     [cmdline], ecx
105
        mov     [cmdline], ecx
105
        mov     [path_string], ebx
106
        mov     [path_string], ebx
106
        mov     [filename_size], eax
107
        mov     [filename_size], eax