]> Zhao Yanbai Git Server - minix.git/commitdiff
Small minix smaller.
authorBen Gras <ben@minix3.org>
Sun, 11 Sep 2005 19:13:27 +0000 (19:13 +0000)
committerBen Gras <ben@minix3.org>
Sun, 11 Sep 2005 19:13:27 +0000 (19:13 +0000)
include/minix/config.h

index 23f4170f7b7ae06c5291ddb9da81868d5b389345..34d373c03cc5cf94e64ef3ac585a4a7d381ae8ca 100755 (executable)
@@ -41,8 +41,8 @@
 
 #if _MINIX_SMALL
 
-#define NR_BUFS        512
-#define NR_BUF_HASH 512
+#define NR_BUFS        256
+#define NR_BUF_HASH 256
 
 #else