1 1.1.4.2 mjf # $NetBSD: RAMDISK,v 1.1.4.2 2008/02/18 21:04:25 mjf Exp $ 2 1.1.4.2 mjf # 3 1.1.4.2 mjf # memory disk based configuration file 4 1.1.4.2 mjf # 5 1.1.4.2 mjf 6 1.1.4.2 mjf include "arch/cobalt/conf/GENERIC" 7 1.1.4.2 mjf 8 1.1.4.2 mjf # Enable the hooks used for initializing the root memory-disk. 9 1.1.4.2 mjf options MEMORY_DISK_HOOKS 10 1.1.4.2 mjf options MEMORY_DISK_IS_ROOT # force root on memory disk 11 1.1.4.2 mjf options MEMORY_DISK_SERVER=0 # no userspace md(4) support 12 1.1.4.2 mjf options MEMORY_DISK_ROOT_SIZE=5120 # size of memory disk, in blocks 13 1.1.4.2 mjf 14 1.1.4.2 mjf makeoptions COPTS="-Os -mmemcpy" # generates smaller code than -O2, -O1 15 1.1.4.2 mjf 16 1.1.4.2 mjf pseudo-device md 1 17