]> Zhao Yanbai Git Server - minix.git/commitdiff
VMCTL_INCSP to increase process stack pointer.
authorBen Gras <ben@minix3.org>
Thu, 11 Dec 2008 14:10:17 +0000 (14:10 +0000)
committerBen Gras <ben@minix3.org>
Thu, 11 Dec 2008 14:10:17 +0000 (14:10 +0000)
(Used to change the virtual address of the stack before a process has
started executing.)

include/minix/com.h

index 69f5a26d01ac387fb1de6bad24b819cff7bf177d..a4e71b56e314f60d8024752bca64634e966df9df 100755 (executable)
 #define VMCTL_I386_GETCR3      13
 #define VMCTL_MEMREQ_GET       14
 #define VMCTL_MEMREQ_REPLY     15
+#define VMCTL_INCSP            16
 
 /*===========================================================================*
  *                Messages for the Reincarnation Server                     *