Adding module tree to git, added SYS_LOADMOD to allow usermode module loading
[tpg/acess2.git] / Kernel / include / syscalls.inc.asm
index 39b8193..9f3973a 100644 (file)
@@ -49,3 +49,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