From e15102aa75e3876c89008e628582eb9a3b4de4c7 Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Tue, 13 Dec 2011 16:16:01 +0100 Subject: kernel: make system come up into bootrc with 8MB of memory --- sys/src/9/pc/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit v1.2.3