kernel: make system come up into bootrc with 8MB of memory

This commit is contained in:
cinap_lenrek 2011-12-13 16:16:01 +01:00
parent bef3c5a3c5
commit e15102aa75

View file

@ -404,7 +404,7 @@ confinit(void)
} else {
if(userpcnt < 10) {
if(conf.npage*BY2PG < 16*MB)
userpcnt = 40;
userpcnt = 50;
else
userpcnt = 60;
}