increase the size up to the max for the floppy.
This commit is contained in:
parent
6e43164c91
commit
c7be54ce17
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: INSTALL_SMALL,v 1.72 2001/11/06 01:57:08 enami Exp $
|
||||
# $NetBSD: INSTALL_SMALL,v 1.73 2001/11/08 02:11:38 christos Exp $
|
||||
#
|
||||
# INSTALL_SMALL - Small Installation kernel.
|
||||
#
|
||||
|
@ -18,8 +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=2640 # size of memory disk, in blocks
|
||||
#options MINIROOTSIZE=2880 # 1.44M, same as a floppy
|
||||
options MINIROOTSIZE=2880 # 1.44M, same as a floppy
|
||||
|
||||
makeoptions COPTS="-Os" # generates smaller code than -O2, -O1
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: INSTALL_TINY,v 1.41 2001/11/06 01:57:08 enami Exp $
|
||||
# $NetBSD: INSTALL_TINY,v 1.42 2001/11/08 02:11:38 christos Exp $
|
||||
#
|
||||
# INSTALL_TINY - Tiny Installation kernel, suitable for 4M machines.
|
||||
#
|
||||
|
@ -18,8 +18,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 MINIROOTSIZE=2688 # size of memory disk, in blocks
|
||||
#options MINIROOTSIZE=2880 # 1.44M, same as a floppy
|
||||
options MINIROOTSIZE=2880 # 1.44M, same as a floppy
|
||||
|
||||
maxusers 2 # estimated number of users
|
||||
|
||||
|
|
Loading…
Reference in New Issue