Increase the image size to 1600KB.

This commit is contained in:
isaki 2014-02-27 09:13:20 +00:00
parent 6095fc3e45
commit 0f8a3551c1
2 changed files with 5 additions and 5 deletions

View File

@ -1,10 +1,10 @@
# $NetBSD: Makefile,v 1.44 2013/05/26 12:18:06 isaki Exp $
# $NetBSD: Makefile,v 1.45 2014/02/27 09:13:20 isaki Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
IMAGE= inst.fs
IMAGESIZE= 1500k
IMAGESIZE= 1600k
# `floppy-root' cannot be used now, due to size issue.
#IMAGE_RELEASEDIR= installation/floppy

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL,v 1.102 2013/06/30 21:38:59 rmind Exp $
# $NetBSD: INSTALL,v 1.103 2014/02/27 09:13:20 isaki Exp $
#
# INSTALL -- installation kernel.
@ -8,7 +8,7 @@ include "arch/x68k/conf/std.x68k"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "INSTALL-$Revision: 1.102 $"
#ident "INSTALL-$Revision: 1.103 $"
makeoptions COPTS="-Os" # Optimise for space. Implies -O2
@ -18,7 +18,7 @@ maxusers 4
options MEMORY_DISK_HOOKS
options MEMORY_DISK_IS_ROOT # Force root on memory-disk
options MEMORY_DISK_SERVER=0 # No user space hooks
options MEMORY_DISK_ROOT_SIZE=3000
options MEMORY_DISK_ROOT_SIZE=3200
options MEMORY_DISK_RBFLAGS=RB_SINGLE # boot in single-user mode
## System kernel configuration. See options(4) for more detail.