From: Ben Gras Date: Thu, 11 Dec 2008 14:10:17 +0000 (+0000) Subject: VMCTL_INCSP to increase process stack pointer. X-Git-Tag: v3.1.4~214 X-Git-Url: http://zhaoyanbai.com/repos/README?a=commitdiff_plain;h=e75e231abc9a591fcc7c25b1d1123084d0f0da24;p=minix.git VMCTL_INCSP to increase process stack pointer. (Used to change the virtual address of the stack before a process has started executing.) --- diff --git a/include/minix/com.h b/include/minix/com.h index 69f5a26d0..a4e71b56e 100755 --- a/include/minix/com.h +++ b/include/minix/com.h @@ -591,6 +591,7 @@ #define VMCTL_I386_GETCR3 13 #define VMCTL_MEMREQ_GET 14 #define VMCTL_MEMREQ_REPLY 15 +#define VMCTL_INCSP 16 /*===========================================================================* * Messages for the Reincarnation Server *