1 1.20.2.5 nathanw # $NetBSD: RAMDISK,v 1.20.2.5 2002/04/17 00:02:21 nathanw Exp $ 2 1.20.2.2 nathanw # 3 1.20.2.2 nathanw # memory disk based configuration file for MIPS R4x00 ARC Systems 4 1.20.2.2 nathanw # 5 1.20.2.2 nathanw 6 1.20.2.5 nathanw include "arch/arc/conf/GENERIC" 7 1.20.2.2 nathanw 8 1.20.2.2 nathanw # Enable the hooks used for initializing the root memory-disk. 9 1.20.2.2 nathanw options MEMORY_DISK_HOOKS 10 1.20.2.5 nathanw options MEMORY_DISK_IS_ROOT # force root on memory disk 11 1.20.2.5 nathanw options MEMORY_DISK_SERVER=0 # no userspace md(4) support 12 1.20.2.5 nathanw options MEMORY_DISK_ROOT_SIZE=4096 # size of memory disk, in blocks 13 1.20.2.2 nathanw 14 1.20.2.5 nathanw makeoptions COPTS="-Os -mmemcpy" # generates smaller code than -O2, -O1 15 1.20.2.2 nathanw 16