bump ramdisk sizes to cope with GCC 7 bloat.

This commit is contained in:
mrg 2019-02-07 04:33:58 +00:00
parent 11d7172b93
commit 3a525b6945
8 changed files with 14 additions and 14 deletions

View File

@ -1,10 +1,10 @@
# $NetBSD: Makefile,v 1.34 2017/07/18 23:07:20 christos Exp $
# $NetBSD: Makefile,v 1.35 2019/02/07 04:33:58 mrg Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
IMAGE= ramdisk.fs
IMAGESIZE= 2800k
IMAGESIZE= 3000k
MAKEFS_FLAGS+= -f 15
WARNS= 1

View File

@ -1,11 +1,11 @@
# $NetBSD: Makefile,v 1.20 2017/01/24 18:04:04 christos Exp $
# $NetBSD: Makefile,v 1.21 2019/02/07 04:33:58 mrg Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
IMAGE= ramdisk.fs
IMAGETAR= diskimage.tgz
IMAGESIZE= 3200k
IMAGESIZE= 3300k
MAKEFS_FLAGS+= -f 15 -o density=4k
WARNS= 1

View File

@ -1,11 +1,11 @@
# $NetBSD: Makefile,v 1.40 2017/01/24 18:04:05 christos Exp $
# $NetBSD: Makefile,v 1.41 2019/02/07 04:33:58 mrg Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
.include <bsd.kernobj.mk>
IMAGE= ramdisk.fs
IMAGESIZE= 600k
IMAGESIZE= 660k
MAKEFS_FLAGS+= -f 6 -o density=3500
WARNS= 1

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL,v 1.46 2017/09/14 07:58:42 mrg Exp $
# $NetBSD: INSTALL,v 1.47 2019/02/07 04:33:58 mrg Exp $
#
# INSTALL kernel for RISC-NEWS
@ -14,7 +14,7 @@ maxusers 8
options MEMORY_DISK_HOOKS
options MEMORY_DISK_IS_ROOT # Force root on ram-disk
options MEMORY_DISK_SERVER=0 # no userspace md(4) support
options MEMORY_DISK_ROOT_SIZE=5700 # 2.85 Megabytes
options MEMORY_DISK_ROOT_SIZE=6000 # 3000 Kilobytes
options MEMORY_DISK_RBFLAGS=RB_SINGLE # boot in single-user mode
options news3400

View File

@ -11,7 +11,7 @@ makeoptions COPTS="-Os -mmemcpy"
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 (3200k)
options MEMORY_DISK_ROOT_SIZE=6600 # size of memory disk in blocks (3300k)
options MEMORY_DISK_RBFLAGS=RB_SINGLE # boot in single-user mode
# shrink kernel since ARC BIOS seems to have 8MB limit

View File

@ -11,4 +11,4 @@ makeoptions COPTS="-Os"
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 (3MB)
options MEMORY_DISK_ROOT_SIZE=6600# size of memory disk, in blocks (3300K)

View File

@ -1,4 +1,4 @@
# $NetBSD: RAMDISK,v 1.54 2017/07/28 19:26:16 maxv Exp $
# $NetBSD: RAMDISK,v 1.55 2019/02/07 04:33:58 mrg Exp $
# RAMDISK: Root/swap on ramdisk
# This kernel is used to:
@ -41,7 +41,7 @@ options INET # IP protocol 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=1200 # size of memory disk, in blocks
options MEMORY_DISK_ROOT_SIZE=1320 # size of memory disk, in blocks
options MEMORY_DISK_RBFLAGS=RB_SINGLE # boot in single-user mode
options USERCONF # userconf(4) support

View File

@ -1,4 +1,4 @@
# $NetBSD: RAMDISK3X,v 1.42 2017/07/28 19:26:16 maxv Exp $
# $NetBSD: RAMDISK3X,v 1.43 2019/02/07 04:33:58 mrg Exp $
# RAMDISK: Root/swap on ramdisk
# This kernel is used to:
@ -41,7 +41,7 @@ options INET # IP protocol 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=1200 # size of memory disk, in blocks
options MEMORY_DISK_ROOT_SIZE=1320 # size of memory disk, in blocks
options MEMORY_DISK_RBFLAGS=RB_SINGLE # boot in single-user mode
options USERCONF # userconf(4) support