]> git.lizzy.rs Git - plan9front.git/blobdiff - sys/src/cmd/cwfs/pc.c
cwfs: removed annoying 'grow from' message
[plan9front.git] / sys / src / cmd / cwfs / pc.c
old mode 100755 (executable)
new mode 100644 (file)
index a4aed85..ea817c8
@@ -33,7 +33,7 @@ mconfinit(void)
                }
                Bterm(bp);
                if (pgsize > 0 && userpgs > 0)
-                       size = (((userpgs - userused)*3LL)/4)*pgsize;
+                       size = (((userpgs - userused)*1LL)/4)*pgsize;
        }
        mconf.memsize = size;
        mbp = mconf.bank;