19 lines
459 B
Plaintext
19 lines
459 B
Plaintext
# $NetBSD: RAMDISK,v 1.3 1999/02/20 17:19:41 scw Exp $
|
|
|
|
#
|
|
# RAMDISK: Root/swap on ramdisk
|
|
# This kernel is used to initially bootstrap
|
|
# a NetBSD/mvme68k installation, and install
|
|
# the miniroot in a swap partition.
|
|
#
|
|
|
|
include "arch/mvme68k/conf/GENERIC"
|
|
|
|
# Enable the hooks used for initializing the ram-disk.
|
|
options MEMORY_DISK_HOOKS
|
|
options MEMORY_DISK_IS_ROOT
|
|
options MINIROOTSIZE=768
|
|
|
|
# Include one instance of the memory driver
|
|
pseudo-device md 1
|