From aba6ed4b91aff5d914be11704e34de75bfd4d003 Mon Sep 17 00:00:00 2001 From: Alexis211 Date: Fri, 10 Sep 2010 18:46:00 +0200 Subject: Each thread has its own stack. Added simple unit tests for kmalloc,kfree Found a bug in heap_contract (not sure) but didn't fix it. --- doc/syscalls.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'doc') 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) -- cgit v1.2.3