commands have grown, make the ramdisk bigger.

This commit is contained in:
chs 2003-11-02 16:02:09 +00:00
parent d9fc04266e
commit 914233e001
3 changed files with 6 additions and 6 deletions

View File

@ -1,11 +1,11 @@
# $NetBSD: Makefile,v 1.33 2003/10/26 10:59:57 mycroft Exp $
# $NetBSD: Makefile,v 1.34 2003/11/02 16:02:09 chs Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
.include <bsd.kernobj.mk>
IMAGE= ramdisk.fs
IMAGESIZE= 400k
IMAGESIZE= 500k
MAKEFS_FLAGS= -f 6 -o minfree=0,optimization=space,density=3500
WARNS= 1

View File

@ -1,4 +1,4 @@
# $NetBSD: RAMDISK,v 1.35 2002/09/18 02:44:10 lukem Exp $
# $NetBSD: RAMDISK,v 1.36 2003/11/02 16:02:09 chs Exp $
# RAMDISK: Root/swap on ramdisk
# This kernel is used to:
@ -39,7 +39,7 @@ options INET # IP prototol stack support
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=800 # size of memory disk, in blocks
options MEMORY_DISK_ROOT_SIZE=1000 # size of memory disk, in blocks
options USERCONF # userconf(4) support
options PIPE_SOCKETPAIR # smaller, but slower pipe(2)

View File

@ -1,4 +1,4 @@
# $NetBSD: RAMDISK3X,v 1.22 2002/09/18 02:44:10 lukem Exp $
# $NetBSD: RAMDISK3X,v 1.23 2003/11/02 16:02:09 chs Exp $
# RAMDISK: Root/swap on ramdisk
# This kernel is used to:
@ -39,7 +39,7 @@ options INET # IP prototol stack support
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=800 # size of memory disk, in blocks
options MEMORY_DISK_ROOT_SIZE=1000 # size of memory disk, in blocks
options USERCONF # userconf(4) support
options PIPE_SOCKETPAIR # smaller, but slower pipe(2)