summaryrefslogtreecommitdiff
path: root/doc/syscalls.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/syscalls.txt')
-rw-r--r--doc/syscalls.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/syscalls.txt b/doc/syscalls.txt
index 67b4b3c..8053b38 100644
--- a/doc/syscalls.txt
+++ b/doc/syscalls.txt
@@ -11,6 +11,7 @@ id=eax Name Parameters Description
4 printk ebx: addr of a string Print a message to screen
5 thread_new ebx: entry point Creates a new thread
ecx: data pointer
+ edx: stack pointer
6 irq_wait ebx: irq number Waits for an IRQ (requires privilege PL_DRIVER)
7 proc_priv none Returns current process privilege level
8 shm_create ebx: offset Create a shared memory segment at offset (ret = errcode)