X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Kernel%2Fsyscalls.lst;h=a83f5d691af3863c1dc8e48b155f689cd052942d;hb=02dd2b97e3f4e8d52e49be1f2c90cdbc04545237;hp=8b38f78d6f8092593b2c3926f12429b05bdb6d88;hpb=adc88116d41b2d869f67bbafe42413b31679845e;p=tpg%2Facess2.git diff --git a/Kernel/syscalls.lst b/Kernel/syscalls.lst index 8b38f78d..a83f5d69 100644 --- a/Kernel/syscalls.lst +++ b/Kernel/syscalls.lst @@ -24,6 +24,7 @@ SYS_SPAWN Spawn a new process SYS_EXECVE Replace the current process SYS_LOADBIN Load a binary into the current address space SYS_UNLOADBIN Unload a loaded binary +SYS_LOADMOD Load a module into the kernel 32 SYS_GETPHYS Get the physical address of a page @@ -56,3 +57,4 @@ SYS_SEEK Seek to a new position in the file SYS_TELL Return the current file position SYS_CHDIR Change current directory SYS_GETCWD Get current directory +SYS_MOUNT Mount a filesystem