Increase the miniroot size to 3072 (to match INSTALL and INSTALL_TINY).
This is needed due to TI-RPC being larger.
This commit is contained in:
parent
c57ef7446d
commit
733a6e059b
@ -1,4 +1,4 @@
|
||||
# $NetBSD: INSTALL_SMALL,v 1.47 2000/03/22 00:58:20 cgd Exp $
|
||||
# $NetBSD: INSTALL_SMALL,v 1.48 2000/06/07 19:29:45 thorpej Exp $
|
||||
#
|
||||
# INSTALL_SMALL - Small Installation kernel.
|
||||
#
|
||||
@ -18,7 +18,7 @@ include "arch/i386/conf/std.i386"
|
||||
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 MINIROOTSIZE=3034 # size of memory disk, in blocks
|
||||
options MINIROOTSIZE=3072 # size of memory disk, in blocks
|
||||
#options MINIROOTSIZE=2880 # 1.44M, same as a floppy
|
||||
|
||||
makeoptions COPTS="-Os" # generates smaller code than -O2, -O1
|
||||
|
Loading…
Reference in New Issue
Block a user