summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAlexis211 <alexis211@gmail.com>2010-02-05 17:33:08 +0100
committerAlexis211 <alexis211@gmail.com>2010-02-05 17:33:08 +0100
commit674014901a1e90ce1587a7709fe9bf5893b0e36e (patch)
tree0696d09e4a185413df75f8e3ef413b5ae81a090d /doc
parent6d849bc12d6afe2fe239c5a7dc581ba76d67974b (diff)
downloadTCE-674014901a1e90ce1587a7709fe9bf5893b0e36e.tar.gz
TCE-674014901a1e90ce1587a7709fe9bf5893b0e36e.zip
Start work on syscalls, advanced tasking, segmentation
Diffstat (limited to 'doc')
-rw-r--r--doc/syscalls.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/syscalls.txt b/doc/syscalls.txt
index f0e3f62..542ec8b 100644
--- a/doc/syscalls.txt
+++ b/doc/syscalls.txt
@@ -8,4 +8,4 @@ id=eax Name Parameters Description
1 schedule none Switch to next thread (might be the current one)
2 thread_sleep ebx: time (int) msecs Tell kernel to put current thread to sleep
3 process_exit ebx: return value (int) Tell kernel to end current process, cleaning up everything
-
+ 4 printk ebx: addr of a string Print a message to screen