RAMDISK revision 1.2
1#
2# kernel config file for memory(RAM) disk
3#
4# 	$NetBSD: RAMDISK,v 1.2 2001/11/20 12:56:36 lukem Exp $
5#
6
7include 	"arch/playstation2/conf/std.playstation2"
8include 	"arch/playstation2/conf/config.playstation2"
9
10config		netbsd		root on ? type ?
11
12makeoptions	DEFGP="-G 48"
13
14# disk/mass storage pseudo-devices
15pseudo-device	md		1	# memory disk device (ramdisk)
16
17# Enable the hooks used for initializing the root memory-disk.
18options 	MEMORY_DISK_HOOKS
19options 	MEMORY_DISK_IS_ROOT	# force root on memory disk
20options 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
21options 	MINIROOTSIZE=10240	# size of memory disk, in blocks
22
23# Reboot from HDD
24options 	BUILTIN_KERNEL_LOADER, KERNEL_PATH="\"/mnt/netbsd\""
25