Add MKLIVEUPDATE and MKSTATECTL

This commit is contained in:
Arun Thomas
2011-09-02 16:57:22 +02:00
parent 86b5fa5102
commit 4ca68d42a0
9 changed files with 34 additions and 4 deletions

View File

@@ -73,6 +73,14 @@ SRCS+= debug.c
CPPFLAGS+= -DUSE_SYSDEBUG
.endif
.if ${USE_LIVEUPDATE} != "no"
CPPFLAGS+= -DUSE_UPDATE
.endif
.if ${USE_STATECTL} != "no"
CPPFLAGS+= -DUSE_STATECTL
.endif
# These come last, so the profiling buffer is at the end of the data segment
SRCS+= profile.c do_sprofile.c

View File

@@ -42,8 +42,6 @@
#define USE_PHYSCOPY 1 /* copy using physical addressing */
#define USE_MEMSET 1 /* write char to a given memory area */
#define USE_RUNCTL 1 /* control stop flags of a process */
#define USE_UPDATE 1 /* update a process into another */
#define USE_STATECTL 1 /* let a process control its state */
/* Length of program names stored in the process table. This is only used
* for the debugging dumps that can be generated with the IS server. The PM