From: Ben Gras Date: Sun, 11 Sep 2005 20:06:37 +0000 (+0000) Subject: Even smaller (ast) X-Git-Tag: v3.1.0~124 X-Git-Url: http://zhaoyanbai.com/repos/README?a=commitdiff_plain;h=309287d44fce5b365672b716396e6edabc663ef9;p=minix.git Even smaller (ast) --- diff --git a/include/minix/config.h b/include/minix/config.h index 34d373c03..44d90b635 100755 --- a/include/minix/config.h +++ b/include/minix/config.h @@ -41,8 +41,8 @@ #if _MINIX_SMALL -#define NR_BUFS 256 -#define NR_BUF_HASH 256 +#define NR_BUFS 128 +#define NR_BUF_HASH 128 #else