Update to tVFS_Node to support hard links
[tpg/acess2.git] / Kernel / include / syscalls.inc.asm
index a379deb..7f37969 100644 (file)
@@ -5,7 +5,7 @@
 %define SYS_EXIT       0       ; Kill this thread
 %define SYS_CLONE      1       ; Create a new thread
 %define SYS_KILL       2       ; Send a signal
-%define SYS_SIGNAL     3       ; Set signal Handler
+%define SYS_SETFAULTHANDLER    3       ; Set signal Handler
 %define SYS_YIELD      4       ; Yield remainder of timestamp
 %define SYS_SLEEP      5       ; Sleep until messaged or signaled
 %define SYS_WAIT       6       ; Wait for a time or a message
@@ -25,7 +25,7 @@
 %define SYS_LOADMOD    20      ; Load a module into the kernel
 
 %define SYS_GETPHYS    32      ; Get the physical address of a page
-%define SYS_MAP        33      ;       Map a physical address
+%define SYS_MAP        33      ; 
 %define SYS_ALLOCATE   34      ; Allocate a page
 %define SYS_UNMAP      35      ; Unmap a page
 %define SYS_PREALLOC   36      ; Preallocate a page

UCC git Repository :: git.ucc.asn.au