summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAlex AUVOLAT <alexis211@gmail.com>2012-05-18 15:15:57 +0200
committerAlex AUVOLAT <alexis211@gmail.com>2012-05-18 15:15:57 +0200
commitdaa6c2450fa0646619698f0dc01b0456b2541317 (patch)
tree1065acdd5e1f2c0febafa345e4a36c9a35dbb100 /doc
parent7d5a38ada35ac196919c26675f211adb995b84ae (diff)
downloadTCE-daa6c2450fa0646619698f0dc01b0456b2541317.tar.gz
TCE-daa6c2450fa0646619698f0dc01b0456b2541317.zip
Added process arguments when loaded as modules.
Diffstat (limited to 'doc')
-rw-r--r--doc/syscalls.txt4
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