NetBSD/sys/arch/arc/conf/RAMDISK

16 lines
516 B
Plaintext
Raw Normal View History

2002-04-14 16:51:17 +04:00
# $NetBSD: RAMDISK,v 1.29 2002/04/14 12:51:17 tsutsui Exp $
2000-01-23 23:24:23 +03:00
#
# memory disk based configuration file for MIPS R4x00 ARC Systems
2000-01-23 23:24:23 +03:00
#
include "arch/arc/conf/GENERIC"
# Enable the hooks used for initializing the root memory-disk.
options MEMORY_DISK_HOOKS
2002-04-14 16:51:17 +04:00
options MEMORY_DISK_IS_ROOT # force root on memory disk
options MEMORY_DISK_SERVER=0 # no userspace md(4) support
options MEMORY_DISK_ROOT_SIZE=4096 # size of memory disk, in blocks
2002-04-14 16:51:17 +04:00
makeoptions COPTS="-Os -mmemcpy" # generates smaller code than -O2, -O1
2000-01-23 23:24:23 +03:00