Adjust the ramdisk size.

This commit is contained in:
minoura 2000-11-29 14:45:27 +00:00
parent 9cdf00b4bb
commit 0bbc767215
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL,v 1.35 2000/10/02 18:43:37 abs Exp $
# $NetBSD: INSTALL,v 1.36 2000/11/29 14:45:27 minoura Exp $
#
# INSTALL -- installation kernel.
@ -6,7 +6,7 @@
include "arch/x68k/conf/std.x68k"
#ident "INSTALL-$Revision: 1.35 $"
#ident "INSTALL-$Revision: 1.36 $"
makeoptions COPTS="-Os" # Optimise for space. Implies -O2
@ -18,7 +18,7 @@ options MEMORY_DISK_IS_ROOT # Force root on memory-disk
options MEMORY_DISK_SERVER=0 # No user space hooks
#options MINIROOTSIZE=2400 # 1.2M, same as a 130mm floppy
#options MINIROOTSIZE=2880 # 1.44M, same as a 90mm floppy
options MINIROOTSIZE=2200
options MINIROOTSIZE=2400
## System kernel configuration. See options(4) for more detail.