- bump MEMORY_DISK_ROOT_SIZE from 2920 to 2960

in sys/arch/i386/conf/INSTALL_TINY
- bump IMAGESIZE from 1460k to 1480k
  in distrib/i386/floppies/ramdisk-tiny/Makefile

so that "build.sh release" works again.

Suggested by simon, okay'd by luke.
This commit is contained in:
zuntum 2003-02-01 13:53:36 +00:00
parent 6181a88028
commit 6d1101369a
2 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,8 @@
# $NetBSD: Makefile,v 1.22 2002/12/20 23:12:01 thorpej Exp $
# $NetBSD: Makefile,v 1.23 2003/02/01 13:53:36 zuntum Exp $
BOOTMODEL= tiny
IMAGE= ramdisk-${BOOTMODEL}.fs
IMAGESIZE= 1460k
IMAGESIZE= 1480k
MAKEDEVTARGETS= std md0 fd0 fd1 wd0 wd1 wd2 wd3 cd0 cd1 pty0 ttyv0
MAKEFS_FLAGS= -f 10
USE_SYSINST= yes

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL_TINY,v 1.64 2003/01/08 13:20:27 fvdl Exp $
# $NetBSD: INSTALL_TINY,v 1.65 2003/02/01 13:53:37 zuntum Exp $
#
# INSTALL_TINY - Tiny Installation kernel, suitable for 4M machines.
#
@ -20,7 +20,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=2920 # size of memory disk, in blocks
options MEMORY_DISK_ROOT_SIZE=2960 # size of memory disk, in blocks
maxusers 2 # estimated number of users