From 674014901a1e90ce1587a7709fe9bf5893b0e36e Mon Sep 17 00:00:00 2001 From: Alexis211 Date: Fri, 5 Feb 2010 17:33:08 +0100 Subject: Start work on syscalls, advanced tasking, segmentation --- doc/syscalls.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') 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 -- cgit v1.2.3