Subversion Repositories Kolibri OS

Rev

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

Rev 9031 Rev 9032
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: 9031 $
8
$Revision: 9032 $
Line 9... Line 9...
9
 
9
 
Line 77... Line 77...
77
; @brief Executes a program
77
; @brief Executes a program
78
; @param edx Flags
78
; @param edx Flags
79
; @param ecx Commandline
79
; @param ecx Commandline
80
; @param ebx Absolute file path
80
; @param ebx Absolute file path
81
; @param eax String length
81
; @param eax String length
-
 
82
; @returns Negated error code or new process number
82
proc fs_execute
83
proc fs_execute
83
    locals
84
    locals
84
        cmdline         rd  1
85
        cmdline         rd  1
85
        flags           rd  1
86
        flags           rd  1
86
        slot            rd  1  ; index of new thread slot
87
        slot            rd  1  ; index of new thread slot