VMCTL_INCSP to increase process stack pointer.

(Used to change the virtual address of the stack before a process has
started executing.)
This commit is contained in:
Ben Gras 2008-12-11 14:10:17 +00:00
parent 682b9a872e
commit e75e231abc

View file

@ -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 *