increase size of mini root so there's space to build floppy/cassette
authorSam Leffler <sam@ucbvax.Berkeley.EDU>
Mon, 14 Feb 1983 03:18:09 +0000 (19:18 -0800)
committerSam Leffler <sam@ucbvax.Berkeley.EDU>
Mon, 14 Feb 1983 03:18:09 +0000 (19:18 -0800)
SCCS-vsn: sys/vm/vm_swap.c 4.16

usr/src/sys/vm/vm_swap.c

index 51a4997..810ace7 100644 (file)
@@ -1,4 +1,4 @@
-/*     vm_swap.c       4.15    82/11/13        */
+/*     vm_swap.c       4.16    83/02/13        */
 
 #include "../h/param.h"
 #include "../h/systm.h"
 
 #include "../h/param.h"
 #include "../h/systm.h"
@@ -29,7 +29,7 @@ swstrategy(bp)
         * enough for us to do a mkfs and restor of the real
         * root (sure beats rewriting standalone restor).
         */
         * enough for us to do a mkfs and restor of the real
         * root (sure beats rewriting standalone restor).
         */
-#define        MINIROOTSIZE    2048
+#define        MINIROOTSIZE    4096
        if (rootdev == dumpdev)
                bp->b_blkno += MINIROOTSIZE;
 #endif
        if (rootdev == dumpdev)
                bp->b_blkno += MINIROOTSIZE;
 #endif