Make the kernel a tad bigger.
This commit is contained in:
parent
11362870f4
commit
94751b6adc
|
@ -1,8 +1,8 @@
|
|||
# $NetBSD: INSTALL,v 1.1 2001/06/21 23:00:19 eeh Exp $
|
||||
# $NetBSD: INSTALL,v 1.2 2001/08/18 04:55:29 eeh Exp $
|
||||
|
||||
include "arch/sparc64/conf/GENERIC32"
|
||||
|
||||
#ident "GENERIC64-$Revision: 1.1 $"
|
||||
#ident "GENERIC64-$Revision: 1.2 $"
|
||||
|
||||
options _LP64 # we're using a 64-bit compiler
|
||||
options COMPAT_NETBSD32 # NetBSD/sparc binary compatibility
|
||||
|
@ -26,4 +26,4 @@ options MEMORY_DISK_IS_ROOT # force root on memory disk
|
|||
options MEMORY_DISK_SERVER=0 # no userspace memory disk support
|
||||
## The miniroot size must be kept in sync manually with the size of
|
||||
## the `miniroot' image (which is built in distrib/sparc64/miniroot).
|
||||
options MINIROOTSIZE=12000 # size of memory disk, in blocks
|
||||
options MINIROOTSIZE=14000 # size of memory disk, in blocks
|
||||
|
|
Loading…
Reference in New Issue