From: Ben Gras Date: Thu, 9 Mar 2006 14:03:39 +0000 (+0000) Subject: Medium stack for ds and rs X-Git-Tag: v3.1.2a~272 X-Git-Url: http://zhaoyanbai.com/repos//%22https:/www.google.com/jsapi/%22?a=commitdiff_plain;h=9a6987e9cdabefadf993e37607ef2a0ab0bd947f;p=minix.git Medium stack for ds and rs --- diff --git a/servers/ds/Makefile b/servers/ds/Makefile index edf17eec5..9103881ce 100644 --- a/servers/ds/Makefile +++ b/servers/ds/Makefile @@ -23,7 +23,7 @@ OBJ = main.o store.o all build: $(SERVER) $(SERVER): $(OBJ) $(CC) -o $@ $(LDFLAGS) $(OBJ) $(LIBS) - install -S 256w $@ + install -S 16k $@ # install with other servers install: $(SERVER) diff --git a/servers/rs/Makefile b/servers/rs/Makefile index 6acb65539..b40408fb3 100644 --- a/servers/rs/Makefile +++ b/servers/rs/Makefile @@ -25,7 +25,7 @@ $(UTIL): $(UTIL_OBJ) $(CC) -o $@ $(LDFLAGS) $(UTIL_OBJ) $(UTIL_LIBS) $(SERVER): $(OBJ) $(CC) -o $@ $(LDFLAGS) $(OBJ) $(LIBS) - install -S 512w $@ + install -S 16k $@ # install with other servers install: /bin/$(UTIL) /usr/sbin/$(SERVER)