RAMDISK revision 1.75
11.75Stsutsui#	$NetBSD: RAMDISK,v 1.75 2008/02/02 04:25:54 tsutsui Exp $
21.1Ssoda#
31.4Ssoda#	memory disk based configuration file for MIPS R4x00 ARC Systems
41.1Ssoda#
51.1Ssoda
61.75Stsutsuiinclude		"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.32Stsutsuioptions 	MEMORY_DISK_ROOT_SIZE=5120	# size of memory disk, in blocks
131.4Ssoda
141.29Stsutsuimakeoptions	COPTS="-Os -mmemcpy"	# generates smaller code than -O2, -O1
15