summaryrefslogtreecommitdiff
path: root/doc/syscalls.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/syscalls.txt')
-rw-r--r--doc/syscalls.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/syscalls.txt b/doc/syscalls.txt
index 5df2cf6..bb53a45 100644
--- a/doc/syscalls.txt
+++ b/doc/syscalls.txt
@@ -18,8 +18,8 @@ id=ebx Name Parameters Description
9 sbrk ecx: size Allocates some memory
10 brk ecx: new_end Allocates/frees some memory
- 11 mmap (see linux specs)
- 12 munmap (see linux specs)
+ 11 mmap (see linux specs) not implemented
+ 12 munmap (see linux specs) not implemented
If a processes wishes to exit with an error code, it HAS to use process_exit. thread_exit will do nothing.