16 lines
450 B
Plaintext
16 lines
450 B
Plaintext
#
|
|
# kernel config file for system install
|
|
#
|
|
# $NetBSD: INSTALL_WZERO3,v 1.2 2012/03/31 14:02:54 nonaka Exp $
|
|
#
|
|
|
|
include "arch/hpcarm/conf/WZERO3"
|
|
|
|
# Enable the hooks used for initializing the root memory-disk.
|
|
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 MEMORY_DISK_ROOT_SIZE=8704 # size of memory disk, in blocks
|
|
|
|
no options KLOADER
|