RAMDISK revision 1.7
11.1Such#
21.1Such# kernel config file for memory(RAM) disk
31.1Such#
41.7Sshin# 	$NetBSD: RAMDISK,v 1.7 2003/05/08 13:36:32 shin Exp $
51.1Such#
61.1Such
71.1Suchinclude 	"arch/playstation2/conf/std.playstation2"
81.1Suchinclude 	"arch/playstation2/conf/config.playstation2"
91.6Satatat
101.6Satatat#options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
111.1Such
121.1Suchconfig		netbsd		root on ? type ?
131.1Such
141.7Sshin#makeoptions	DEFGP="-G 48"
151.1Such
161.1Such# disk/mass storage pseudo-devices
171.1Suchpseudo-device	md		1	# memory disk device (ramdisk)
181.1Such
191.1Such# Enable the hooks used for initializing the root memory-disk.
201.1Suchoptions 	MEMORY_DISK_HOOKS
211.1Suchoptions 	MEMORY_DISK_IS_ROOT	# force root on memory disk
221.1Suchoptions 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
231.5Slukemoptions 	MEMORY_DISK_ROOT_SIZE=10240	# size of memory disk, in blocks
241.1Such
251.1Such# Reboot from HDD
261.3Suchoptions 	KLOADER_KERNEL_PATH="\"/mnt/netbsd\""
27