add zeroobj for private anonymous mappings

This commit is contained in:
NAKAMURA Gou
2014-07-03 13:58:05 +09:00
parent 380fcbda73
commit 36cff84e05
4 changed files with 215 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
IHKDIR=$(IHKBASE)/$(TARGETDIR)
OBJS = init.o mem.o debug.o mikc.o listeners.o ap.o syscall.o cls.o host.o
OBJS += process.o copy.o waitq.o futex.o timer.o plist.o fileobj.o shmobj.o
OBJS += zeroobj.o
DEPSRCS=$(wildcard $(SRC)/*.c)
CFLAGS += -I$(SRC)/include -mcmodel=kernel -D__KERNEL__