diff --git a/distrib/pmax/ramdisk/Makefile b/distrib/pmax/ramdisk/Makefile index 6fc0515ec0e3..1c4dbc18a585 100644 --- a/distrib/pmax/ramdisk/Makefile +++ b/distrib/pmax/ramdisk/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.33 2004/06/09 19:04:38 he Exp $ +# $NetBSD: Makefile,v 1.34 2004/10/15 15:06:37 he Exp $ .include .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib" IMAGE= ramdisk.fs IMAGETAR= diskimage.tgz -IMAGESIZE= 3200k +IMAGESIZE= 3300k MAKEFS_FLAGS= -f 15 WARNS= 1 diff --git a/sys/arch/pmax/conf/RAMDISK b/sys/arch/pmax/conf/RAMDISK index bc79b9ebb97e..49b604c5d075 100644 --- a/sys/arch/pmax/conf/RAMDISK +++ b/sys/arch/pmax/conf/RAMDISK @@ -1,4 +1,4 @@ -# $NetBSD: RAMDISK,v 1.7 2004/06/09 19:04:38 he Exp $ +# $NetBSD: RAMDISK,v 1.8 2004/10/15 15:06:37 he Exp $ # # Install kernel with ramdisk added. # The ramdisk is be too big to netboot directly via ECOFF on some machines, @@ -13,7 +13,7 @@ include "arch/pmax/conf/INSTALL" options MEMORY_DISK_HOOKS options MEMORY_DISK_IS_ROOT # force root on memory disk options MEMORY_DISK_SERVER=0 # no userspace memory disk support -options MEMORY_DISK_ROOT_SIZE=6400 # size of memory disk, in blocks (3200kB) +options MEMORY_DISK_ROOT_SIZE=6600 # size of memory disk, in blocks (3300kB) #options MEMORY_DISK_ROOT_SIZE=2880 # 1.44M, same as a floppy # File systems: need MFS