From 309287d44fce5b365672b716396e6edabc663ef9 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Sun, 11 Sep 2005 20:06:37 +0000 Subject: [PATCH] Even smaller (ast) --- include/minix/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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