18 lines
494 B
Plaintext
18 lines
494 B
Plaintext
# $NetBSD: INSTALL,v 1.80 2008/05/02 15:26:38 ad Exp $
|
|
#
|
|
# INSTALL - Installation kernel.
|
|
#
|
|
# This kernel is derived from GENERIC with additional memory disk
|
|
# options.
|
|
|
|
include "arch/amd64/conf/GENERIC"
|
|
|
|
#ident "INSTALL-$Revision: 1.80 $"
|
|
|
|
no options MEMORY_DISK_DYNAMIC
|
|
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=10000 # size of memory disk, in blocks
|
|
|
|
no options MTRR
|