RAMDISK revision 1.29
11.29Stsutsui#	$NetBSD: RAMDISK,v 1.29 2002/04/14 12:51:17 tsutsui Exp $
21.1Ssoda#
31.4Ssoda#	memory disk based configuration file for MIPS R4x00 ARC Systems
41.1Ssoda#
51.1Ssoda
61.28Stsutsuiinclude		"arch/arc/conf/GENERIC"
71.14Ssoda
81.4Ssoda# Enable the hooks used for initializing the root memory-disk.
91.4Ssodaoptions 	MEMORY_DISK_HOOKS
101.29Stsutsuioptions 	MEMORY_DISK_IS_ROOT		# force root on memory disk
111.29Stsutsuioptions 	MEMORY_DISK_SERVER=0		# no userspace md(4) support
121.28Stsutsuioptions 	MEMORY_DISK_ROOT_SIZE=4096	# size of memory disk, in blocks
131.4Ssoda
141.29Stsutsuimakeoptions	COPTS="-Os -mmemcpy"	# generates smaller code than -O2, -O1
151.1Ssoda
16