Increase the image size from 1300KB to 1400KB.

This commit is contained in:
isaki 2009-01-17 03:53:01 +00:00
parent 691579f364
commit 0ea8d0e57c
2 changed files with 5 additions and 5 deletions

View File

@ -1,10 +1,10 @@
# $NetBSD: Makefile,v 1.29 2008/05/11 09:35:53 isaki Exp $
# $NetBSD: Makefile,v 1.30 2009/01/17 03:53:01 isaki Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
IMAGE= inst.fs
IMAGESIZE= 1300k
IMAGESIZE= 1400k
# `floppy-root' cannot be used now, due to size issue.
#IMAGE_RELEASEDIR= installation/floppy

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL,v 1.84 2008/12/21 09:01:19 isaki Exp $
# $NetBSD: INSTALL,v 1.85 2009/01/17 03:53:01 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.84 $"
#ident "INSTALL-$Revision: 1.85 $"
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=2600
options MEMORY_DISK_ROOT_SIZE=2800
## System kernel configuration. See options(4) for more detail.