*** empty log message ***

This commit is contained in:
Ben Gras
2005-08-30 16:56:46 +00:00
parent cb0a3a3c9a
commit 6a56df46e9
4 changed files with 19 additions and 29 deletions

View File

@@ -41,9 +41,11 @@
#if _MINIX_SMALL
#define NR_BUFS 20
#define NR_BUF_HASH 32
#define NR_BUFS 512
#define NR_BUF_HASH 512
#else
/* The buffer cache should be made as large as you can afford. */
#if (MACHINE == IBM_PC && _WORD_SIZE == 2)
#define NR_BUFS 40 /* # blocks in the buffer cache */