Bump pmax install ramdisk size by another 100k, as 3500k is no longer
enough with GCC 7.
This commit is contained in:
parent
af1f1361ca
commit
7f592895ee
@ -1,11 +1,11 @@
|
||||
# $NetBSD: Makefile,v 1.48 2017/07/16 14:24:29 christos Exp $
|
||||
# $NetBSD: Makefile,v 1.49 2019/02/13 07:55:33 gson Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
|
||||
|
||||
IMAGE= ramdisk.fs
|
||||
IMAGETAR= diskimage.tgz
|
||||
IMAGESIZE= 3500k
|
||||
IMAGESIZE= 3600k
|
||||
MAKEFS_FLAGS+= -f 15
|
||||
|
||||
WARNS= 1
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: RAMDISK,v 1.14 2017/07/14 12:27:55 christos Exp $
|
||||
# $NetBSD: RAMDISK,v 1.15 2019/02/13 07:55:33 gson 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=7000 # size of memory disk, in blocks (3500kB)
|
||||
options MEMORY_DISK_ROOT_SIZE=7200 # size of memory disk, in blocks (3500kB)
|
||||
#options MEMORY_DISK_ROOT_SIZE=2880 # 1.44M, same as a floppy
|
||||
options MEMORY_DISK_RBFLAGS=RB_SINGLE # boot in single-user mode
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user