17 lines
394 B
Plaintext
17 lines
394 B
Plaintext
# $NetBSD: RAMDISK,v 1.1 1997/12/17 21:24:11 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
|
|
|