bump bebox and prep image sizes for GCC 9.

This commit is contained in:
mrg 2020-09-15 08:13:51 +00:00
parent 2cfdce2a15
commit 284829f6eb
5 changed files with 10 additions and 10 deletions

View File

@ -1,10 +1,10 @@
# $NetBSD: Makefile,v 1.4 2019/12/29 18:26:16 christos Exp $
# $NetBSD: Makefile,v 1.5 2020/09/15 08:13:51 mrg Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
IMAGE= ramdisk.fs
IMAGESIZE= 2048k
IMAGESIZE= 2560k
MAKEFS_FLAGS+= -f 15
WARNS= 1

View File

@ -1,10 +1,10 @@
# $NetBSD: Makefile,v 1.23 2019/12/29 18:26:18 christos Exp $
# $NetBSD: Makefile,v 1.24 2020/09/15 08:13:51 mrg Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
IMAGE= ramdisk.fs
IMAGESIZE= 2048k
IMAGESIZE= 2304k
MAKEFS_FLAGS+= -f 15
WARNS= 1

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL,v 1.64 2018/07/14 15:09:40 maxv Exp $
# $NetBSD: INSTALL,v 1.65 2020/09/15 08:13:51 mrg Exp $
#
# First try for BeBox config file
#
@ -15,7 +15,7 @@ makeoptions COPTS="-Os" # Optimise for space. Implies -O2
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=4096 # size of memory disk, in blocks
options MEMORY_DISK_ROOT_SIZE=5120 # size of memory disk, in blocks
options MEMORY_DISK_RBFLAGS=RB_SINGLE # boot in single-user mode
#makeoptions DEBUG="-g"

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL,v 1.63 2017/09/14 07:58:43 mrg Exp $
# $NetBSD: INSTALL,v 1.64 2020/09/15 08:13:51 mrg Exp $
#
# INSTALL -- Installation kernel
#
@ -12,7 +12,7 @@ makeoptions COPTS="-Os" # Reduce size.
# Enable the hooks used for initializing the ram-disk.
options MEMORY_DISK_HOOKS
options MEMORY_DISK_IS_ROOT # Force root on ram-disk
options MEMORY_DISK_ROOT_SIZE=4096 # 2mb
options MEMORY_DISK_ROOT_SIZE=4608 # 2.25mb
options MEMORY_DISK_SERVER=0 # don't need for install
options MEMORY_DISK_RBFLAGS=RB_SINGLE # boot in single-user mode

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL_SMALL,v 1.18 2017/09/14 07:58:43 mrg Exp $
# $NetBSD: INSTALL_SMALL,v 1.19 2020/09/15 08:13:51 mrg Exp $
#
# INSTALL -- Installation kernel
#
@ -12,7 +12,7 @@ makeoptions COPTS="-Os" # Reduce size.
# Enable the hooks used for initializing the ram-disk.
options MEMORY_DISK_HOOKS
options MEMORY_DISK_IS_ROOT # Force root on ram-disk
options MEMORY_DISK_ROOT_SIZE=4096 # 2mb
options MEMORY_DISK_ROOT_SIZE=4608 # 2mb
options MEMORY_DISK_SERVER=0 # don't need for install
options MEMORY_DISK_RBFLAGS=RB_SINGLE # boot in single-user mode