19 lines
458 B
Plaintext
19 lines
458 B
Plaintext
# $NetBSD: RAMDISK,v 1.2 1998/05/08 21:37:29 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/VME147"
|
|
|
|
# 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
|