X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Kernel%2Finclude%2Fsyscalls.h;h=a9d8892541d2bff5f3d282a80d5330c615bf4c9d;hb=9f407c493c33928e0f19b834699d9694036ca42e;hp=0007dc1c5c159d4893a12e8b6bbcd792312990e1;hpb=b98fbd4e9c71447d81fc9bd643fb174c76346e0f;p=tpg%2Facess2.git diff --git a/Kernel/include/syscalls.h b/Kernel/include/syscalls.h index 0007dc1c..a9d88925 100644 --- a/Kernel/include/syscalls.h +++ b/Kernel/include/syscalls.h @@ -29,7 +29,7 @@ enum eSyscalls { SYS_LOADMOD, // 20 - Load a module into the kernel SYS_GETPHYS = 32, // 32 - Get the physical address of a page - SYS_MAP, // 33 - Map a physical address + SYS_MAP, // 33 - SYS_ALLOCATE, // 34 - Allocate a page SYS_UNMAP, // 35 - Unmap a page SYS_PREALLOC, // 36 - Preallocate a page