X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Kernel%2Finclude%2Fsyscalls.inc.asm;h=149fe37304774cf093df20df628994642e7c5ac7;hb=af157dbfe089d5432d09daa439805d51f7756fee;hp=d4fa724948f56518147e15b547de4968a046781f;hpb=8d488f16977892e13e802c2bcefa58fc45921127;p=tpg%2Facess2.git diff --git a/Kernel/include/syscalls.inc.asm b/Kernel/include/syscalls.inc.asm index d4fa7249..149fe373 100644 --- a/Kernel/include/syscalls.inc.asm +++ b/Kernel/include/syscalls.inc.asm @@ -8,10 +8,10 @@ %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 +%define SYS_WAITEVENT 6 ;Wait for an event %define SYS_WAITTID 7 ;Wait for a thread to do something -%define SYS_SETNAME 8 ;Set's the name of the current thread -%define SYS_GETNAME 9 ;Get's the name of a thread +%define SYS_SETNAME 8 ;Sets the name of the current thread +%define SYS_GETNAME 9 ;Gets the name of a thread %define SYS_GETTID 10 ;Get current thread ID %define SYS_GETPID 11 ;Get current thread group ID %define SYS_SETPRI 12 ;Set process priority @@ -54,3 +54,4 @@ %define SYS_CHDIR 81 ;Change current directory %define SYS_GETCWD 82 ;Get current directory %define SYS_MOUNT 83 ;Mount a filesystem +%define SYS_SELECT 84 ;Wait for file handles