Changes to the module loader to handle specific errors from modules
[tpg/acess2.git] / Kernel / syscalls.lst
index 280656e..a83f5d6 100644 (file)
@@ -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
@@ -54,3 +55,6 @@ SYS_SETACL    Set an ACL Value
 SYS_FINFO      Get file information
 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

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