X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Kernel%2Finclude%2Fsyscalls.inc.asm;h=178ecbd62fafa3be676e6a4c8776c36f3ba7d460;hb=25f19babe7a0ab75d04ff7e6f98f7bcb65fb8941;hp=39b8193712d92a69d67bd8591f8cd08e24c8b2a4;hpb=8bc40333b1401d7616b225945fee53d972c2f418;p=tpg%2Facess2.git diff --git a/Kernel/include/syscalls.inc.asm b/Kernel/include/syscalls.inc.asm index 39b81937..178ecbd6 100644 --- a/Kernel/include/syscalls.inc.asm +++ b/Kernel/include/syscalls.inc.asm @@ -22,6 +22,7 @@ %define SYS_EXECVE 17 ; Replace the current process %define SYS_LOADBIN 18 ; Load a binary into the current address space %define SYS_UNLOADBIN 19 ; Unload a loaded binary +%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 @@ -49,3 +50,6 @@ %define SYS_FINFO 75 ; Get file information %define SYS_SEEK 76 ; Seek to a new position in the file %define SYS_TELL 77 ; Return the current file position +%define SYS_CHDIR 78 ; Change current directory +%define SYS_GETCWD 79 ; Get current directory +%define SYS_MOUNT 80 ; Mount a filesystem