X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Kernel%2Finclude%2Fsyscalls.inc.asm;h=7f37969f9b6629d10c4f17a31548bcf06c94b19b;hb=1b9e4d77864462dc119a2acd31002fc16456b671;hp=bd59af836fa6d608785d612210a038bddf58d5d9;hpb=814b2d0009da73b56c6def5d70a9dd97c7b17e2e;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