summaryrefslogtreecommitdiff
path: root/sys/src/9/pc/main.c
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@centraldogma>2011-12-13 16:16:01 +0100
committercinap_lenrek <cinap_lenrek@centraldogma>2011-12-13 16:16:01 +0100
commite15102aa75e3876c89008e628582eb9a3b4de4c7 (patch)
treed9ab842ec5909e7a2df5964585c729e143cfc12c /sys/src/9/pc/main.c
parentbef3c5a3c54408a506e5099d62079c7e9e4c2cb0 (diff)
kernel: make system come up into bootrc with 8MB of memory
Diffstat (limited to 'sys/src/9/pc/main.c')
-rw-r--r--sys/src/9/pc/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/9/pc/main.c b/sys/src/9/pc/main.c
index 52007d65a..1c24a85d5 100644
--- a/sys/src/9/pc/main.c
+++ b/sys/src/9/pc/main.c
@@ -404,7 +404,7 @@ confinit(void)
} else {
if(userpcnt < 10) {
if(conf.npage*BY2PG < 16*MB)
- userpcnt = 40;
+ userpcnt = 50;
else
userpcnt = 60;
}