RAMDISK revision 1.28
11.28Stsutsui#	$NetBSD: RAMDISK,v 1.28 2002/04/06 18:33:03 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.4Ssodaoptions 	MEMORY_DISK_IS_ROOT	# force root on memory disk
111.4Ssodaoptions 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
121.28Stsutsuioptions 	MEMORY_DISK_ROOT_SIZE=4096	# size of memory disk, in blocks
131.4Ssoda
141.4Ssodamakeoptions	COPTS="-Os"		# generates smaller code than -O2, -O1
151.1Ssoda
16