13 lines
272 B
Plaintext
13 lines
272 B
Plaintext
|
# $NetBSD: RAMDISK,v 1.1.1.1 1998/06/09 07:53:05 dbj Exp $
|
||
|
|
||
|
#
|
||
|
# RAMDISK: Root/swap on ramdisk
|
||
|
#
|
||
|
|
||
|
include "arch/next68k/conf/GENERIC"
|
||
|
|
||
|
# Enable the hooks used for initializing the ram-disk.
|
||
|
options MEMORY_DISK_HOOKS
|
||
|
options MEMORY_DISK_IS_ROOT
|
||
|
options MINIROOTSIZE=768
|