Increase the pmax ramdisk size with 100KB, so that the contents

fits again.
This commit is contained in:
he 2004-10-15 15:06:37 +00:00
parent de13910b03
commit b0a1d8f11d
2 changed files with 4 additions and 4 deletions

View File

@ -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 <bsd.own.mk> .include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib" .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
IMAGE= ramdisk.fs IMAGE= ramdisk.fs
IMAGETAR= diskimage.tgz IMAGETAR= diskimage.tgz
IMAGESIZE= 3200k IMAGESIZE= 3300k
MAKEFS_FLAGS= -f 15 MAKEFS_FLAGS= -f 15
WARNS= 1 WARNS= 1

View File

@ -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. # Install kernel with ramdisk added.
# The ramdisk is be too big to netboot directly via ECOFF on some machines, # 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_HOOKS
options MEMORY_DISK_IS_ROOT # force root on memory disk options MEMORY_DISK_IS_ROOT # force root on memory disk
options MEMORY_DISK_SERVER=0 # no userspace memory disk support 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 #options MEMORY_DISK_ROOT_SIZE=2880 # 1.44M, same as a floppy
# File systems: need MFS # File systems: need MFS