Sync with sys/i386/i386/machdep.c revision 1.371.

This commit is contained in:
nyan 1999-11-03 08:25:40 +00:00
parent e9b6ffaaf2
commit 8b1b01b07c
2 changed files with 2 additions and 2 deletions

View File

@ -359,7 +359,7 @@ again:
#endif
if (nbuf == 0) {
nbuf = 30;
nbuf = 50;
if (physmem > 1024)
nbuf += min((physmem - 1024) / 8, 2048);
if (physmem > 16384)

View File

@ -359,7 +359,7 @@ again:
#endif
if (nbuf == 0) {
nbuf = 30;
nbuf = 50;
if (physmem > 1024)
nbuf += min((physmem - 1024) / 8, 2048);
if (physmem > 16384)