From e75e231abc9a591fcc7c25b1d1123084d0f0da24 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Thu, 11 Dec 2008 14:10:17 +0000 Subject: [PATCH] VMCTL_INCSP to increase process stack pointer. (Used to change the virtual address of the stack before a process has started executing.) --- include/minix/com.h | 1 + 1 file changed, 1 insertion(+) 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 * -- 2.44.0