Changes to the module loader to handle specific errors from modules
[tpg/acess2.git] / Kernel / include / syscalls.inc.asm
index 39b8193..178ecbd 100644 (file)
@@ -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

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