From: Ben Gras Date: Fri, 6 Feb 2009 16:29:00 +0000 (+0000) Subject: stingy stack. X-Git-Tag: v3.1.4~112 X-Git-Url: http://zhaoyanbai.com/repos/dig.html?a=commitdiff_plain;h=b6968233799f0d0e07516cf1da101c7ea3aae6f3;p=minix.git stingy stack. --- diff --git a/servers/init/Makefile b/servers/init/Makefile index 2ac270721..9f8cf822b 100644 --- a/servers/init/Makefile +++ b/servers/init/Makefile @@ -19,7 +19,7 @@ OBJ = init.o all build: $(SERVER) $(SERVER): $(OBJ) $(CC) $(CFLAGS) -o $@ $(LDFLAGS) $(OBJ) -lsys - install -S 8k $@ + install -S 64k $@ # install with other servers install: /usr/sbin/$(SERVER)