summaryrefslogtreecommitdiff
path: root/Source/Library/Interface
diff options
context:
space:
mode:
authorAlexis211 <alexis211@gmail.com>2009-12-09 16:26:59 +0100
committerAlexis211 <alexis211@gmail.com>2009-12-09 16:26:59 +0100
commitdf343de7cca5f89f8e8d825fbcc1a49413412716 (patch)
tree5c48afbd76c5cfc4c1297fc18acb0bc71cd502b3 /Source/Library/Interface
parent1a1e0efa7b1894848c81d7f7e80bdcf6e8591c3f (diff)
downloadMelon-df343de7cca5f89f8e8d825fbcc1a49413412716.tar.gz
Melon-df343de7cca5f89f8e8d825fbcc1a49413412716.zip
Corrections
Diffstat (limited to 'Source/Library/Interface')
-rw-r--r--Source/Library/Interface/Process.iface.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Library/Interface/Process.iface.h b/Source/Library/Interface/Process.iface.h
index b387801..261afa7 100644
--- a/Source/Library/Interface/Process.iface.h
+++ b/Source/Library/Interface/Process.iface.h
@@ -11,8 +11,8 @@
#define PRIF_SWAIT 2 //Wait for a process to end (i:return value) | R:process to wait for
#define PRIF_EXIT 0x01 //Exit from current process (v) | no arguments
-#define PRIF_ALLOCPAGES 0x02 //Allocate frames for pages (v) | i:position, i:count
-#define PRIF_FREEPAGES 0x03 //Free frames for pages (v) | i:position, i:count
+#define PRIF_ALLOCPAGES 0x02 //Allocate frames for pages (v) | i:start, i:end
+#define PRIF_FREEPAGES 0x03 //Free frames for pages (v) | i:start, i:end
#define PRIF_GETPID 0x04 //Get PID of a process (i) | no arguments
#define PRIF_GETPPID 0x05 //Get PPID of a process (i) | no arguments
#define PRIF_GETUID 0x06 //Get UID of a process (i) | no arguments