X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Kernel%2Finclude%2Fsyscalls.inc.asm;h=7f37969f9b6629d10c4f17a31548bcf06c94b19b;hb=3c496a30a8c22105fcf21089dce53809e5201205;hp=bd59af836fa6d608785d612210a038bddf58d5d9;hpb=b98fbd4e9c71447d81fc9bd643fb174c76346e0f;p=tpg%2Facess2.git diff --git a/Kernel/include/syscalls.inc.asm b/Kernel/include/syscalls.inc.asm index bd59af83..7f37969f 100644 --- a/Kernel/include/syscalls.inc.asm +++ b/Kernel/include/syscalls.inc.asm @@ -25,7 +25,7 @@ %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 +%define SYS_MAP 33 ; %define SYS_ALLOCATE 34 ; Allocate a page %define SYS_UNMAP 35 ; Unmap a page %define SYS_PREALLOC 36 ; Preallocate a page