15 lines
481 B
Plaintext
15 lines
481 B
Plaintext
# $NetBSD: RAMDISK,v 1.6 2009/05/08 09:33:57 skrll Exp $
|
|
#
|
|
# RAMDISK machine description file
|
|
#
|
|
|
|
include "arch/hp700/conf/GENERIC"
|
|
|
|
# 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=5000 # size of memory disk, in blocks
|
|
options MEMORY_DISK_RBFLAGS=RB_SINGLE # boot in single-user mode
|
|
|