X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=KernelLand%2FKernel%2Finclude%2Fsyscalls.inc.asm;h=656526cad21cb1d2d6c4aec9953c7f2298dc5651;hb=9fb3c9f3a8eaaacefc5e01718b2c88512a153e75;hp=748d01da3136913b13ed37978c9ad9fb30837c4d;hpb=ae2d4bb945c417da4f5f0122243f714033f1b822;p=tpg%2Facess2.git diff --git a/KernelLand/Kernel/include/syscalls.inc.asm b/KernelLand/Kernel/include/syscalls.inc.asm index 748d01da..656526ca 100644 --- a/KernelLand/Kernel/include/syscalls.inc.asm +++ b/KernelLand/Kernel/include/syscalls.inc.asm @@ -63,3 +63,5 @@ %define SYS_GETCWD 87 ;Get current directory %define SYS_MOUNT 88 ;Mount a filesystem %define SYS_SELECT 89 ;Wait for file handles +%define SYS_MARSHALFD 90 ;Create a reference to a FD suitable for handing to another process +%define SYS_UNMARSHALFD 91 ;Accept a marshaled FD