netbsd/sys/arch/hpcmips/conf/INSTALL_TX3912
2013-04-06 16:48:33 +02:00

19 lines
589 B
Plaintext

#
# kernel config file for system install
#
# $NetBSD: INSTALL_TX3912,v 1.13 2009/02/06 18:50:27 jym Exp $
#
include "arch/hpcmips/conf/TX3912"
pseudo-device sl # Serial Line IP
# 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
options MEMORY_DISK_RBFLAGS=RB_SINGLE # boot in single-user mode
options PIPE_SOCKETPAIR # smaller, but slower pipe(2)