Add MKLIVEUPDATE and MKSTATECTL
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user