diff options
Diffstat (limited to 'doc/syscalls.txt')
-rw-r--r-- | doc/syscalls.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/syscalls.txt b/doc/syscalls.txt index 833041a..6b54fb8 100644 --- a/doc/syscalls.txt +++ b/doc/syscalls.txt @@ -23,7 +23,9 @@ id=eax Name Parameters Description 14 run ebx: char* filename spans a new process and run the executable filename ecx: char** args + edx: file zero_fd 15 waitpid ebx: int pid wait for a process to exit, returns retval. + ecx: block 20 open ebx: char* filename open a file, returns a descriptor ecx: mode |