forked from KolibriOS/kolibrios
[KERNEL][TASKMAN] Comment fs_execute function
git-svn-id: svn://kolibrios.org@9031 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
374173db37
commit
d68f8ecdce
@ -74,11 +74,12 @@ fs_execute_from_sysdir_param:
|
|||||||
call getFullPath
|
call getFullPath
|
||||||
pop ecx ebx
|
pop ecx ebx
|
||||||
xor edx, edx
|
xor edx, edx
|
||||||
|
; @brief Executes a program
|
||||||
|
; @param edx Flags
|
||||||
|
; @param ecx Commandline
|
||||||
|
; @param ebx Absolute file path
|
||||||
|
; @param eax String length
|
||||||
proc fs_execute
|
proc fs_execute
|
||||||
; edx = flags
|
|
||||||
; ecx -> cmdline
|
|
||||||
; ebx -> absolute file path
|
|
||||||
; eax = string length
|
|
||||||
locals
|
locals
|
||||||
cmdline rd 1
|
cmdline rd 1
|
||||||
flags rd 1
|
flags rd 1
|
||||||
|
Loading…
Reference in New Issue
Block a user