diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/syscalls.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/syscalls.txt b/doc/syscalls.txt index 39982c0..833041a 100644 --- a/doc/syscalls.txt +++ b/doc/syscalls.txt @@ -21,6 +21,10 @@ id=eax Name Parameters Description 12 mmap (see linux specs) not implemented 13 munmap (see linux specs) not implemented + 14 run ebx: char* filename spans a new process and run the executable filename + ecx: char** args + 15 waitpid ebx: int pid wait for a process to exit, returns retval. + 20 open ebx: char* filename open a file, returns a descriptor ecx: mode 21 open_relative ebx: root open a file, returns a descriptor |