From 6266a24cd2f71a0bad0e55c1eedd480790868c0f Mon Sep 17 00:00:00 2001 From: Alexis211 Date: Tue, 2 Mar 2010 17:21:32 +0100 Subject: old uncommited changes commited --- doc/syscalls.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'doc') diff --git a/doc/syscalls.txt b/doc/syscalls.txt index 530fbab..baa537e 100644 --- a/doc/syscalls.txt +++ b/doc/syscalls.txt @@ -11,5 +11,6 @@ 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 + 6 irq_wait ebx: irq number Waits for an IRQ (requires privilege PL_DRIVER) If a processes wishes to exit with an error code, it HAS to use process_exit. thread_exit will do nothing. -- cgit v1.2.3