NetBSD/sys/arch/hpcsh/conf/RAMDISK

17 lines
511 B
Plaintext
Raw Normal View History

2001-02-21 19:28:02 +03:00
#
# kernel config file for memory(RAM) disk
#
2001-02-24 22:47:21 +03:00
# $NetBSD: RAMDISK,v 1.2 2001/02/24 19:47:21 uch Exp $
2001-02-21 19:28:02 +03:00
#
2001-02-24 22:47:21 +03:00
include "arch/hpcsh/conf/JORNADA690"
2001-02-21 19:28:02 +03:00
# disk/mass storage pseudo-devices
pseudo-device md 1 # memory disk device (ramdisk)
# 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_DYNAMIC # fs image don't exist in data section.