RAMDISK revision 1.3
11.1Such#
21.1Such# kernel config file for memory(RAM) disk
31.1Such#
41.3Such# 	$NetBSD: RAMDISK,v 1.3 2001/11/23 16:08:45 uch Exp $
51.1Such#
61.1Such
71.1Suchinclude 	"arch/playstation2/conf/std.playstation2"
81.1Suchinclude 	"arch/playstation2/conf/config.playstation2"
91.1Such
101.1Suchconfig		netbsd		root on ? type ?
111.1Such
121.1Suchmakeoptions	DEFGP="-G 48"
131.1Such
141.1Such# disk/mass storage pseudo-devices
151.1Suchpseudo-device	md		1	# memory disk device (ramdisk)
161.1Such
171.1Such# Enable the hooks used for initializing the root memory-disk.
181.1Suchoptions 	MEMORY_DISK_HOOKS
191.1Suchoptions 	MEMORY_DISK_IS_ROOT	# force root on memory disk
201.1Suchoptions 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
211.1Suchoptions 	MINIROOTSIZE=10240	# size of memory disk, in blocks
221.1Such
231.1Such# Reboot from HDD
241.3Suchoptions 	KLOADER_KERNEL_PATH="\"/mnt/netbsd\""
25