crank memory disk from 1360 blocks to 1376 blocks
This commit is contained in:
parent
af18198dff
commit
6107a9b605
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.38 2002/05/02 18:02:54 lukem Exp $
|
||||
# $NetBSD: Makefile,v 1.39 2003/03/08 00:04:36 lukem Exp $
|
||||
#
|
||||
# ramdisk.fs is the microroot filesystem intended for use with
|
||||
# the INSTALL kernel. It provides just enough tools to extract the
|
||||
|
@ -10,7 +10,7 @@
|
|||
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
|
||||
|
||||
IMAGE= ramdisk.fs
|
||||
IMAGESIZE= 1360b
|
||||
IMAGESIZE= 1376b
|
||||
|
||||
WARNS= 1
|
||||
DBG= -Os
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: INSTALL,v 1.37 2002/09/18 02:44:08 lukem Exp $
|
||||
# $NetBSD: INSTALL,v 1.38 2003/03/08 00:04:36 lukem Exp $
|
||||
#
|
||||
# from: NetBSD: GENERIC,v 1.84 1999/06/06 13:00:03 mrg Exp
|
||||
#
|
||||
|
@ -19,7 +19,7 @@ options MEMORY_DISK_IS_ROOT # force root on memory disk
|
|||
options MEMORY_DISK_SERVER=0 # no userspace memory disk support
|
||||
## The miniroot size must be kept in sync manually with the size of
|
||||
## the `ramdisk' image (which is built in distrib/sparc/ramdisk).
|
||||
options MEMORY_DISK_ROOT_SIZE=1360 # size of memory disk, in blocks
|
||||
options MEMORY_DISK_ROOT_SIZE=1376 # size of memory disk, in blocks
|
||||
|
||||
pseudo-device md 1 # memory disk device (ramdisk)
|
||||
|
||||
|
|
Loading…
Reference in New Issue